#56A49E

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

Shades of Cadet Blue #56A49E

Tints of Cadet Blue #56A49E

Color information

#56A49E (or 0x56A49E) is unknown color: approx Cadet Blue. HEX triplet: 56, A4 and 9E. RGB value is (86,164,158). Sum of RGB (Red+Green+Blue) = 86+164+158=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #56A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A49E is #A95B61. Grayscale: #8B8B8B. Windows color (decimal): -11098978 or 10396758. OLE color: 10396758.

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

Color convert

RGB86164158-
CMYK0.4800.040.36
HSL175.38º31.2%49.02%-
HSV(B)175.38º47.56%64.31%-
XYZ23.283137.1-
YUV139.99138.1689.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.08%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=21.08%
G=40.20%
B=38.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641580.4800.040.36175.3831.249.02
Hex56A49E300424af1f31
Octal1262442366004442573761
Binary1010110101001001001111011000001001001001010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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