#57979D

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

Shades of Cadet Blue #57979D

Tints of Cadet Blue #57979D

Color information

#57979D (or 0x57979D) is unknown color: approx Cadet Blue. HEX triplet: 57, 97 and 9D. RGB value is (87,151,157). Sum of RGB (Red+Green+Blue) = 87+151+157=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #57979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57979D is #A86862. Grayscale: #848484. Windows color (decimal): -11036771 or 10327895. OLE color: 10327895.

HSL color Cylindrical-coordinate representation of color #57979D: hue angle of 185.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57979D is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87151157-
CMYK0.450.0400.38
HSL185.14º28.69%47.84%-
HSV(B)185.14º44.59%61.57%-
XYZ21.0826.5935.92-
YUV132.55141.895.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=22.03%
G=38.23%
B=39.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871511570.450.0400.38185.1428.6947.84
Hex57979D2D4026b91d30
Octal1272272355540462713560
Binary1010111100101111001110110110110001001101011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57979D; }

 p { color: rgb(87,151,157); }

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

<style>
 a { background-color: #57979D; }

 a { background-color: rgb(87,151,157); }

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

<style>
 span { border-color: #57979D; }

 span { border-color: rgb(87,151,157); }

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