#56A0AD

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

Shades of Cadet Blue #56A0AD

Tints of Cadet Blue #56A0AD

Color information

#56A0AD (or 0x56A0AD) is unknown color: approx Cadet Blue. HEX triplet: 56, A0 and AD. RGB value is (86,160,173). Sum of RGB (Red+Green+Blue) = 86+160+173=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #56A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A0AD is #A95F52. Grayscale: #8B8B8B. Windows color (decimal): -11099987 or 11378774. OLE color: 11378774.

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

Color convert

RGB86160173-
CMYK0.500.0800.32
HSL188.97º34.66%50.78%-
HSV(B)188.97º50.29%67.84%-
XYZ23.9530.1444.09-
YUV139.36146.9889.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=20.53%
G=38.19%
B=41.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861601730.500.0800.32188.9734.6650.78
Hex56A0AD328020bd2333
Octal12624025562100402754363
Binary101011010100000101011011100101000010000010111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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