#599EAA

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

Shades of Cadet Blue #599EAA

Tints of Cadet Blue #599EAA

Color information

#599EAA (or 0x599EAA) is unknown color: approx Cadet Blue. HEX triplet: 59, 9E and AA. RGB value is (89,158,170). Sum of RGB (Red+Green+Blue) = 89+158+170=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #599EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599EAA is #A66155. Grayscale: #8A8A8A. Windows color (decimal): -10903894 or 11181657. OLE color: 11181657.

HSL color Cylindrical-coordinate representation of color #599EAA: hue angle of 188.89º 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 #599EAA is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89158170-
CMYK0.480.0700.33
HSL188.89º32.27%50.78%-
HSV(B)188.89º47.65%66.67%-
XYZ23.629.4842.48-
YUV138.74145.6492.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=21.34%
G=37.89%
B=40.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891581700.480.0700.33188.8932.2750.78
Hex599EAA307021bd2033
Octal1312362526070412754063
Binary10110011001111010101010110000111010000110111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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