#56989D

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

Shades of Cadet Blue #56989D

Tints of Cadet Blue #56989D

Color information

#56989D (or 0x56989D) is unknown color: approx Cadet Blue. HEX triplet: 56, 98 and 9D. RGB value is (86,152,157). Sum of RGB (Red+Green+Blue) = 86+152+157=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 152 (59.77% from 255 or 38.48% 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 #56989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56989D is #A96762. Grayscale: #848484. Windows color (decimal): -11102051 or 10328150. OLE color: 10328150.

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

Color convert

RGB86152157-
CMYK0.450.0300.38
HSL184.23º29.22%47.65%-
HSV(B)184.23º45.22%61.57%-
XYZ21.1526.8735.97-
YUV132.84141.6394.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=21.77%
G=38.48%
B=39.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861521570.450.0300.38184.2329.2247.65
Hex56989D2D3026b81d30
Octal1262302355530462703560
Binary101011010011000100111011011011101001101011100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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