#599FA2

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

Shades of Cadet Blue #599FA2

Tints of Cadet Blue #599FA2

Color information

#599FA2 (or 0x599FA2) is unknown color: approx Cadet Blue. HEX triplet: 59, 9F and A2. RGB value is (89,159,162). Sum of RGB (Red+Green+Blue) = 89+159+162=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 162 - color contains mainly: blue. Hex color #599FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599FA2 is #A6605D. Grayscale: #8A8A8A. Windows color (decimal): -10903646 or 10657625. OLE color: 10657625.

HSL color Cylindrical-coordinate representation of color #599FA2: hue angle of 182.47º 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 #599FA2 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89159162-
CMYK0.450.0200.36
HSL182.47º29.08%49.22%-
HSV(B)182.47º45.06%63.53%-
XYZ23.0429.5338.67-
YUV138.41141.3192.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.71%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=21.71%
G=38.78%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891591620.450.0200.36182.4729.0849.22
Hex599FA22D2024b61d31
Octal1312372425520442663561
Binary101100110011111101000101011011001001001011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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