#599AA0

Color #599AA0 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #599AA0

Tints of Cadet Blue #599AA0

Color information

#599AA0 (or 0x599AA0) is unknown color: approx Cadet Blue. HEX triplet: 59, 9A and A0. RGB value is (89,154,160). Sum of RGB (Red+Green+Blue) = 89+154+160=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #599AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AA0 is #A6655F. Grayscale: #878787. Windows color (decimal): -10904928 or 10525273. OLE color: 10525273.

HSL color Cylindrical-coordinate representation of color #599AA0: hue angle of 185.07º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599AA0 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB89154160-
CMYK0.440.0400.37
HSL185.07º28.51%48.82%-
HSV(B)185.07º44.37%62.75%-
XYZ22.0227.7737.46-
YUV135.25141.9795.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=22.08%
G=38.21%
B=39.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891541600.440.0400.37185.0728.5148.82
Hex599AA02C4025b91d31
Octal1312322405440452713561
Binary1011001100110101010000010110010001001011011100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599AA0; }

 p { color: rgb(89,154,160); }

 H1.HeaderClassName
 {
   color: #599AA0;
 }
 .AnyTagClassName
 {
   color: #599AA0;
 }
</style>
background-color css

<style>
 a { background-color: #599AA0; }

 a { background-color: rgb(89,154,160); }

 div.DivClassName
 {
   background-color: #599AA0;
 }
 .BgClassName
 {
   background-color: #599AA0;
 }
</style>
border-color css

<style>
 span { border-color: #599AA0; }

 span { border-color: rgb(89,154,160); }

 td.TdClassName
 {
   border-color: #599AA0;
 }
 .TagClassName
 {
   border-color: #599AA0;
 }
</style>