#56A49A

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

Shades of Cadet Blue #56A49A

Tints of Cadet Blue #56A49A

Color information

#56A49A (or 0x56A49A) is unknown color: approx Cadet Blue. HEX triplet: 56, A4 and 9A. RGB value is (86,164,154). Sum of RGB (Red+Green+Blue) = 86+164+154=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #56A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A49A is #A95B65. Grayscale: #8B8B8B. Windows color (decimal): -11098982 or 10134614. OLE color: 10134614.

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

Color convert

RGB86164154-
CMYK0.4800.060.36
HSL172.31º31.2%49.02%-
HSV(B)172.31º47.56%64.31%-
XYZ22.9530.8635.32-
YUV139.54136.1689.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=21.29%
G=40.59%
B=38.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641540.4800.060.36172.3131.249.02
Hex56A49A300624ac1f31
Octal1262442326006442543761
Binary1010110101001001001101011000001101001001010110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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