Color Hex Logo

#599ccc Color Hex

#599CCC
(89,156,204)
0 Favorites   0 Comments

Color spaces of #599ccc

RGB 89156204
HSL0.570.530.57
HSV205°56°80°
CMYK 0.560.240.00   0.20
XYZ26.907430.260461.5494
Yxy30.26040.22670.2549
Hunter Lab55.0095-8.9548-27.8322
CIE-Lab61.8783-7.3744-31.0951

#599ccc color RGB value is (89,156,204).

#599ccc hex color red value is 89, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #599ccc hue: 0.57 , saturation: 0.53 and the lightness value of 599ccc is 0.57.

The process color (four color CMYK) of #599ccc color hex is 0.56, 0.24, 0.00, 0.20. Web safe color of #599ccc is #6699cc. Color #599ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011100 11001100
Octal 131 234 314
Decimal 89 156 204
Hex 59 9C CC

RGB Percentages of Color #599ccc

%19.82
%34.74
%45.43

CMYK Percentages of Color #599ccc

%56
%24
%0
%20

Triadic Colors of #599ccc

#599ccc #cc599c #9ccc59

Analogous Colors of #599ccc

#599ccc #5963cc #59ccc3

Monochromatic Colors of #599ccc

#599ccc

Complementary Color

#599ccc #cc8959

#599ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ccc Color CSS Codes

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

#599ccc Text Font Color

<p style="color:#599ccc">Text here</p>

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


#599ccc Background Color

<div style="background-color:#599ccc">
Div content here</div>

This div background color is #599ccc


#599ccc Border Color

<div style="border:3px solid #599ccc">
Div here</div>

This div border color is #599ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,156,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #599ccc;
  box-shadow:         1px 1px 3px 2px #599ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,156,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ccc

#599ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.