#56A5AB

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

Shades of Cadet Blue #56A5AB

Tints of Cadet Blue #56A5AB

Color information

#56A5AB (or 0x56A5AB) is unknown color: approx Cadet Blue. HEX triplet: 56, A5 and AB. RGB value is (86,165,171). Sum of RGB (Red+Green+Blue) = 86+165+171=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #56A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A5AB is #A95A54. Grayscale: #8D8D8D. Windows color (decimal): -11098709 or 11248982. OLE color: 11248982.

HSL color Cylindrical-coordinate representation of color #56A5AB: hue angle of 184.24º 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 #56A5AB is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86165171-
CMYK0.500.0400.33
HSL184.24º33.6%50.39%-
HSV(B)184.24º49.71%67.06%-
XYZ24.6431.8343.37-
YUV142.06144.3388.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=20.38%
G=39.10%
B=40.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861651710.500.0400.33184.2433.650.39
Hex56A5AB324021b82232
Octal1262452536240412704262
Binary10101101010010110101011110010100010000110111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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