#599AA9

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

Shades of Cadet Blue #599AA9

Tints of Cadet Blue #599AA9

Color information

#599AA9 (or 0x599AA9) is unknown color: approx Cadet Blue. HEX triplet: 59, 9A and A9. RGB value is (89,154,169). Sum of RGB (Red+Green+Blue) = 89+154+169=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #599AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AA9 is #A66556. Grayscale: #888888. Windows color (decimal): -10904919 or 11115097. OLE color: 11115097.

HSL color Cylindrical-coordinate representation of color #599AA9: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #599AA9 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB89154169-
CMYK0.470.0900.34
HSL191.25º31.75%50.59%-
HSV(B)191.25º47.34%66.27%-
XYZ22.8428.141.76-
YUV136.28146.4794.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.60%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=21.60%
G=37.38%
B=41.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891541690.470.0900.34191.2531.7550.59
Hex599AA92F9022bf2033
Octal13123225157110422774063
Binary101100110011010101010011011111001010001010111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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