#56989C

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

Shades of Cadet Blue #56989C

Tints of Cadet Blue #56989C

Color information

#56989C (or 0x56989C) is unknown color: approx Cadet Blue. HEX triplet: 56, 98 and 9C. RGB value is (86,152,156). Sum of RGB (Red+Green+Blue) = 86+152+156=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #56989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56989C is #A96763. Grayscale: #848484. Windows color (decimal): -11102052 or 10262614. OLE color: 10262614.

HSL color Cylindrical-coordinate representation of color #56989C: hue angle of 183.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56989C is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86152156-
CMYK0.450.0300.39
HSL183.43º28.93%47.45%-
HSV(B)183.43º44.87%61.18%-
XYZ21.0726.8435.52-
YUV132.72141.1394.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=21.83%
G=38.58%
B=39.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861521560.450.0300.39183.4328.9347.45
Hex56989C2D3027b71d2f
Octal1262302345530472673557
Binary101011010011000100111001011011101001111011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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