#56AAA1

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

Shades of Cadet Blue #56AAA1

Tints of Cadet Blue #56AAA1

Color information

#56AAA1 (or 0x56AAA1) is unknown color: approx Cadet Blue. HEX triplet: 56, AA and A1. RGB value is (86,170,161). Sum of RGB (Red+Green+Blue) = 86+170+161=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #56AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AAA1 is #A9555E. Grayscale: #8F8F8F. Windows color (decimal): -11097439 or 10594902. OLE color: 10594902.

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

Color convert

RGB86170161-
CMYK0.4900.050.33
HSL173.57º33.07%50.2%-
HSV(B)173.57º49.41%66.67%-
XYZ24.6533.338.85-
YUV143.86137.6786.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.62%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=20.62%
G=40.77%
B=38.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701610.4900.050.33173.5733.0750.2
Hex56AAA1310521ae2132
Octal1262522416105412564162
Binary10101101010101010100001110001010110000110101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,161); }

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

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

 a { background-color: rgb(86,170,161); }

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

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

 span { border-color: rgb(86,170,161); }

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