#599E9D

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

Shades of Cadet Blue #599E9D

Tints of Cadet Blue #599E9D

Color information

#599E9D (or 0x599E9D) is unknown color: approx Cadet Blue. HEX triplet: 59, 9E and 9D. RGB value is (89,158,157). Sum of RGB (Red+Green+Blue) = 89+158+157=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #599E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E9D is #A66162. Grayscale: #898989. Windows color (decimal): -10903907 or 10329689. OLE color: 10329689.

HSL color Cylindrical-coordinate representation of color #599E9D: hue angle of 179.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E9D is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB89158157-
CMYK0.4400.010.38
HSL179.13º27.94%48.43%-
HSV(B)179.13º43.67%61.96%-
XYZ22.4329.0136.32-
YUV137.26139.1493.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.03%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=22.03%
G=39.11%
B=38.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891581570.4400.010.38179.1327.9448.43
Hex599E9D2C0126b31c30
Octal1312362355401462633460
Binary10110011001111010011101101100011001101011001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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