#56979D

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

Shades of Cadet Blue #56979D

Tints of Cadet Blue #56979D

Color information

#56979D (or 0x56979D) is unknown color: approx Cadet Blue. HEX triplet: 56, 97 and 9D. RGB value is (86,151,157). Sum of RGB (Red+Green+Blue) = 86+151+157=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #56979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56979D is #A96862. Grayscale: #848484. Windows color (decimal): -11102307 or 10327894. OLE color: 10327894.

HSL color Cylindrical-coordinate representation of color #56979D: hue angle of 185.07º 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 #56979D is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86151157-
CMYK0.450.0400.38
HSL185.07º29.22%47.65%-
HSV(B)185.07º45.22%61.57%-
XYZ20.9926.5535.92-
YUV132.25141.9795.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=21.83%
G=38.32%
B=39.85%

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
Decimal861511570.450.0400.38185.0729.2247.65
Hex56979D2D4026b91d30
Octal1262272355540462713560
Binary1010110100101111001110110110110001001101011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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