#56A6AC

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

Shades of Cadet Blue #56A6AC

Tints of Cadet Blue #56A6AC

Color information

#56A6AC (or 0x56A6AC) is unknown color: approx Cadet Blue. HEX triplet: 56, A6 and AC. RGB value is (86,166,172). Sum of RGB (Red+Green+Blue) = 86+166+172=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #56A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A6AC is #A95953. Grayscale: #8E8E8E. Windows color (decimal): -11098452 or 11314774. OLE color: 11314774.

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

Color convert

RGB86166172-
CMYK0.50.0300.33
HSL184.19º34.13%50.59%-
HSV(B)184.19º50%67.45%-
XYZ24.9232.2343.94-
YUV142.76144.587.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=20.28%
G=39.15%
B=40.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861661720.50.0300.33184.1934.1350.59
Hex56A6AC323021b82233
Octal1262462546230412704263
Binary1010110101001101010110011001011010000110111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,172); }

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

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

 a { background-color: rgb(86,166,172); }

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

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

 span { border-color: rgb(86,166,172); }

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