#59979B

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

Shades of Cadet Blue #59979B

Tints of Cadet Blue #59979B

Color information

#59979B (or 0x59979B) is unknown color: approx Cadet Blue. HEX triplet: 59, 97 and 9B. RGB value is (89,151,155). Sum of RGB (Red+Green+Blue) = 89+151+155=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #59979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59979B is #A66864. Grayscale: #848484. Windows color (decimal): -10905701 or 10196825. OLE color: 10196825.

HSL color Cylindrical-coordinate representation of color #59979B: hue angle of 183.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59979B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89151155-
CMYK0.430.0300.39
HSL183.64º27.05%47.84%-
HSV(B)183.64º42.58%60.78%-
XYZ21.126.6235.04-
YUV132.92140.4696.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=22.53%
G=38.23%
B=39.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891511550.430.0300.39183.6427.0547.84
Hex59979B2B3027b81b30
Octal1312272335330472703360
Binary101100110010111100110111010111101001111011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59979B; }

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

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

<style>
 a { background-color: #59979B; }

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

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

<style>
 span { border-color: #59979B; }

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

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