#599BA2

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

Shades of Cadet Blue #599BA2

Tints of Cadet Blue #599BA2

Color information

#599BA2 (or 0x599BA2) is unknown color: approx Cadet Blue. HEX triplet: 59, 9B and A2. RGB value is (89,155,162). Sum of RGB (Red+Green+Blue) = 89+155+162=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #599BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BA2 is #A6645D. Grayscale: #878787. Windows color (decimal): -10904670 or 10656601. OLE color: 10656601.

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

Color convert

RGB89155162-
CMYK0.450.0400.36
HSL185.75º29.08%49.22%-
HSV(B)185.75º45.06%63.53%-
XYZ22.3628.1838.44-
YUV136.06142.6394.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.92%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=21.92%
G=38.18%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891551620.450.0400.36185.7529.0849.22
Hex599BA22D4024ba1d31
Octal1312332425540442723561
Binary1011001100110111010001010110110001001001011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,162); }

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

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

 a { background-color: rgb(89,155,162); }

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

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

 span { border-color: rgb(89,155,162); }

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