#56A2AB

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

Shades of Cadet Blue #56A2AB

Tints of Cadet Blue #56A2AB

Color information

#56A2AB (or 0x56A2AB) is unknown color: approx Cadet Blue. HEX triplet: 56, A2 and AB. RGB value is (86,162,171). Sum of RGB (Red+Green+Blue) = 86+162+171=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #56A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A2AB is #A95D54. Grayscale: #8C8C8C. Windows color (decimal): -11099477 or 11248214. OLE color: 11248214.

HSL color Cylindrical-coordinate representation of color #56A2AB: hue angle of 186.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56A2AB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86162171-
CMYK0.500.0500.33
HSL186.35º33.6%50.39%-
HSV(B)186.35º49.71%67.06%-
XYZ24.1130.7643.19-
YUV140.3145.3289.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=20.53%
G=38.66%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861621710.500.0500.33186.3533.650.39
Hex56A2AB325021ba2232
Octal1262422536250412724262
Binary10101101010001010101011110010101010000110111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,171); }

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

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

 a { background-color: rgb(86,162,171); }

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

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

 span { border-color: rgb(86,162,171); }

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