#56A59D

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

Shades of Cadet Blue #56A59D

Tints of Cadet Blue #56A59D

Color information

#56A59D (or 0x56A59D) is unknown color: approx Cadet Blue. HEX triplet: 56, A5 and 9D. RGB value is (86,165,157). Sum of RGB (Red+Green+Blue) = 86+165+157=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59D is #A95A62. Grayscale: #8C8C8C. Windows color (decimal): -11098723 or 10331478. OLE color: 10331478.

HSL color Cylindrical-coordinate representation of color #56A59D: hue angle of 173.92º 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 #56A59D is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB86165157-
CMYK0.4800.050.35
HSL173.92º31.47%49.22%-
HSV(B)173.92º47.88%64.71%-
XYZ23.3831.3236.71-
YUV140.47137.3389.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=21.08%
G=40.44%
B=38.48%

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
Decimal861651570.4800.050.35173.9231.4749.22
Hex56A59D300523ae1f31
Octal1262452356005432563761
Binary1010110101001011001110111000001011000111010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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