#599E95

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

Shades of Cadet Blue #599E95

Tints of Cadet Blue #599E95

Color information

#599E95 (or 0x599E95) is unknown color: approx Cadet Blue. HEX triplet: 59, 9E and 95. RGB value is (89,158,149). Sum of RGB (Red+Green+Blue) = 89+158+149=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #599E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E95 is #A6616A. Grayscale: #888888. Windows color (decimal): -10903915 or 9805401. OLE color: 9805401.

HSL color Cylindrical-coordinate representation of color #599E95: hue angle of 172.17º 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 #599E95 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB89158149-
CMYK0.4400.060.38
HSL172.17º27.94%48.43%-
HSV(B)172.17º43.67%61.96%-
XYZ21.7728.7532.84-
YUV136.34135.1494.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=22.47%
G=39.90%
B=37.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891581490.4400.060.38172.1727.9448.43
Hex599E952C0626ac1c30
Octal1312362255406462543460
Binary1011001100111101001010110110001101001101010110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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