Color Hex Logo

#556bcf Color Hex

#556BCF
(85,107,207)
0 Favorites   0 Comments

Color spaces of #556bcf

RGB 85107207
HSL0.640.560.57
HSV229°59°81°
CMYK 0.590.480.00   0.19
XYZ20.266516.951761.2353
Yxy16.95170.20580.1722
Hunter Lab41.172415.8121-59.3606
CIE-Lab48.199121.9899-54.3980

#556bcf color RGB value is (85,107,207).

#556bcf hex color red value is 85, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #556bcf hue: 0.64 , saturation: 0.56 and the lightness value of 556bcf is 0.57.

The process color (four color CMYK) of #556bcf color hex is 0.59, 0.48, 0.00, 0.19. Web safe color of #556bcf is #6666cc. Color #556bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101011 11001111
Octal 125 153 317
Decimal 85 107 207
Hex 55 6B CF

RGB Percentages of Color #556bcf

%21.30
%26.82
%51.88

CMYK Percentages of Color #556bcf

%59
%48
%0
%19

Triadic Colors of #556bcf

#556bcf #cf556b #6bcf55

Analogous Colors of #556bcf

#556bcf #7c55cf #55a8cf

Monochromatic Colors of #556bcf

#556bcf

Complementary Color

#556bcf #cfb955

#556bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#556bcf Color CSS Codes

.mybgcolor {background-color:#556bcf; } 
.myforecolor {color:#556bcf; }
.mybordercolor {border:3px solid #556bcf; }

#556bcf Text Font Color

<p style="color:#556bcf">Text here</p>

This sample text font color is #556bcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#556bcf Background Color

<div style="background-color:#556bcf">
Div content here</div>

This div background color is #556bcf


#556bcf Border Color

<div style="border:3px solid #556bcf">
Div here</div>

This div border color is #556bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,107,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #556bcf;
  box-shadow:         1px 1px 3px 2px #556bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,107,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #556bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #556bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #556bcf;
  box-shadow:         1px 1px 3px 2px #556bcf;">
Div content here</div>

This div box has shadow with color #556bcf


Comments

No comments written yet.

Please login to write comment.