#56A3AB

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

Shades of Cadet Blue #56A3AB

Tints of Cadet Blue #56A3AB

Color information

#56A3AB (or 0x56A3AB) is unknown color: approx Cadet Blue. HEX triplet: 56, A3 and AB. RGB value is (86,163,171). Sum of RGB (Red+Green+Blue) = 86+163+171=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #56A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A3AB is #A95C54. Grayscale: #8C8C8C. Windows color (decimal): -11099221 or 11248470. OLE color: 11248470.

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

Color convert

RGB86163171-
CMYK0.500.0500.33
HSL185.65º33.6%50.39%-
HSV(B)185.65º49.71%67.06%-
XYZ24.2931.1143.25-
YUV140.89144.9988.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=20.48%
G=38.81%
B=40.71%

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
Decimal861631710.500.0500.33185.6533.650.39
Hex56A3AB325021ba2232
Octal1262432536250412724262
Binary10101101010001110101011110010101010000110111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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