#59979C

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

Shades of Cadet Blue #59979C

Tints of Cadet Blue #59979C

Color information

#59979C (or 0x59979C) is unknown color: approx Cadet Blue. HEX triplet: 59, 97 and 9C. RGB value is (89,151,156). Sum of RGB (Red+Green+Blue) = 89+151+156=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #59979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59979C is #A66863. Grayscale: #848484. Windows color (decimal): -10905700 or 10262361. OLE color: 10262361.

HSL color Cylindrical-coordinate representation of color #59979C: hue angle of 184.48º 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 #59979C is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89151156-
CMYK0.430.0300.39
HSL184.48º27.35%48.04%-
HSV(B)184.48º42.95%61.18%-
XYZ21.1926.6635.48-
YUV133.03140.9696.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=22.47%
G=38.13%
B=39.39%

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
Decimal891511560.430.0300.39184.4827.3548.04
Hex59979C2B3027b81b30
Octal1312272345330472703360
Binary101100110010111100111001010111101001111011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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