#56A59C

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

Shades of Cadet Blue #56A59C

Tints of Cadet Blue #56A59C

Color information

#56A59C (or 0x56A59C) is unknown color: approx Cadet Blue. HEX triplet: 56, A5 and 9C. RGB value is (86,165,156). Sum of RGB (Red+Green+Blue) = 86+165+156=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59C is #A95A63. Grayscale: #8C8C8C. Windows color (decimal): -11098724 or 10265942. OLE color: 10265942.

HSL color Cylindrical-coordinate representation of color #56A59C: hue angle of 173.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A59C is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB86165156-
CMYK0.4800.050.35
HSL173.16º31.47%49.22%-
HSV(B)173.16º47.88%64.71%-
XYZ23.2931.2936.26-
YUV140.35136.8389.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=21.13%
G=40.54%
B=38.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651560.4800.050.35173.1631.4749.22
Hex56A59C300523ad1f31
Octal1262452346005432553761
Binary1010110101001011001110011000001011000111010110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A59C; }

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

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

<style>
 a { background-color: #56A59C; }

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

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

<style>
 span { border-color: #56A59C; }

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

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