#599CAA

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

Shades of Cadet Blue #599CAA

Tints of Cadet Blue #599CAA

Color information

#599CAA (or 0x599CAA) is unknown color: approx Cadet Blue. HEX triplet: 59, 9C and AA. RGB value is (89,156,170). Sum of RGB (Red+Green+Blue) = 89+156+170=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #599CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599CAA is #A66355. Grayscale: #898989. Windows color (decimal): -10904406 or 11181145. OLE color: 11181145.

HSL color Cylindrical-coordinate representation of color #599CAA: hue angle of 190.37º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599CAA is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89156170-
CMYK0.480.0800.33
HSL190.37º32.27%50.78%-
HSV(B)190.37º47.65%66.67%-
XYZ23.2628.842.36-
YUV137.56146.393.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.45%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=21.45%
G=37.59%
B=40.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891561700.480.0800.33190.3732.2750.78
Hex599CAA308021be2033
Octal13123425260100412764063
Binary101100110011100101010101100001000010000110111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,156,170); }

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

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

 a { background-color: rgb(89,156,170); }

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

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

 span { border-color: rgb(89,156,170); }

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