#56A1AD

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

Shades of Cadet Blue #56A1AD

Tints of Cadet Blue #56A1AD

Color information

#56A1AD (or 0x56A1AD) is unknown color: approx Cadet Blue. HEX triplet: 56, A1 and AD. RGB value is (86,161,173). Sum of RGB (Red+Green+Blue) = 86+161+173=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #56A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A1AD is #A95E52. Grayscale: #8B8B8B. Windows color (decimal): -11099731 or 11379030. OLE color: 11379030.

HSL color Cylindrical-coordinate representation of color #56A1AD: hue angle of 188.28º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56A1AD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86161173-
CMYK0.500.0700.32
HSL188.28º34.66%50.78%-
HSV(B)188.28º50.29%67.84%-
XYZ24.1330.4944.15-
YUV139.94146.6589.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=20.48%
G=38.33%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861611730.500.0700.32188.2834.6650.78
Hex56A1AD327020bc2333
Octal1262412556270402744363
Binary10101101010000110101101110010111010000010111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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