#56A59E

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

Shades of Cadet Blue #56A59E

Tints of Cadet Blue #56A59E

Color information

#56A59E (or 0x56A59E) is unknown color: approx Cadet Blue. HEX triplet: 56, A5 and 9E. RGB value is (86,165,158). Sum of RGB (Red+Green+Blue) = 86+165+158=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59E is #A95A61. Grayscale: #8C8C8C. Windows color (decimal): -11098722 or 10397014. OLE color: 10397014.

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

Color convert

RGB86165158-
CMYK0.4800.040.35
HSL174.68º31.47%49.22%-
HSV(B)174.68º47.88%64.71%-
XYZ23.4631.3637.16-
YUV140.58137.8389.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=21.03%
G=40.34%
B=38.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651580.4800.040.35174.6831.4749.22
Hex56A59E300423af1f31
Octal1262452366004432573761
Binary1010110101001011001111011000001001000111010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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