Color Hex Logo

#559bcf Color Hex

#559BCF
(85,155,207)
0 Favorites   0 Comments

Color spaces of #559bcf

RGB 85155207
HSL0.570.560.57
HSV206°59°81°
CMYK 0.590.250.00   0.19
XYZ26.730129.879063.3899
Yxy29.87900.22280.2490
Hunter Lab54.6617-8.3697-30.4941
CIE-Lab61.5497-6.6808-33.2937

#559bcf color RGB value is (85,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11001111
Octal 125 233 317
Decimal 85 155 207
Hex 55 9B CF

RGB Percentages of Color #559bcf

%19.02
%34.68
%46.31

CMYK Percentages of Color #559bcf

%59
%25
%0
%19

Triadic Colors of #559bcf

#559bcf #cf559b #9bcf55

Analogous Colors of #559bcf

#559bcf #555ecf #55cfc6

Monochromatic Colors of #559bcf

#559bcf

Complementary Color

#559bcf #cf8955

#559bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bcf Color CSS Codes

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

#559bcf Text Font Color

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

This sample text font color is #559bcf
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.


#559bcf Background Color

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

This div background color is #559bcf


#559bcf Border Color

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

This div border color is #559bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,155,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 #559bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bcf


Comments

No comments written yet.

Please login to write comment.