Shades of Cadet Blue #56A0AB
Tints of Cadet Blue #56A0AB
RGB
CMYK
RGB Variations
Color information
#56A0AB (or 0x56A0AB) is known color: Cadet Blue. HEX triplet: 56, A0 and AB. RGB value is (86,160,171). Sum of RGB (Red+Green+Blue) = 86+160+171=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #56A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A0AB is #A95F54. Grayscale: #8B8B8B. Windows color (decimal): -11099989 or 11247702. OLE color: 11247702.
HSL color Cylindrical-coordinate representation of color #56A0AB: hue angle of 187.76º 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 #56A0AB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 160 | 171 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.33 |
| HSL | 187.76º | 0.34% | 0.5% | - |
| HSV(B) | 187.76º | 0.5% | 0.67% | - |
| XYZ | 23.76 | 30.06 | 43.08 | - |
| YUV | 139.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 171 | 0.50 | 0.06 | 0 | 0.33 | 187.76 | 0.34 | 0.5 |
| Hex | 56 | A0 | AB | 32 | 6 | 0 | 21 | BC | 22 | 32 |
| Octal | 126 | 240 | 253 | 62 | 6 | 0 | 41 | 274 | 42 | 62 |
| Binary | 1010110 | 10100000 | 10101011 | 110010 | 110 | 0 | 100001 | 10111100 | 100010 | 110010 |
Color Harmonies of #56A0AB
Complementary color
Monochromatic Colors of #56A0AB
Black with #56A0AB
Text Example
Text Example
White with #56A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A0AB; }
p { color: rgb(86,160,171); }
H1.HeaderClassName
{
color: #56A0AB;
}
.AnyTagClassName
{
color: #56A0AB;
}
</style>
background-color css
<style>
a { background-color: #56A0AB; }
a { background-color: rgb(86,160,171); }
div.DivClassName
{
background-color: #56A0AB;
}
.BgClassName
{
background-color: #56A0AB;
}
</style>
border-color css
<style>
span { border-color: #56A0AB; }
span { border-color: rgb(86,160,171); }
td.TdClassName
{
border-color: #56A0AB;
}
.TagClassName
{
border-color: #56A0AB;
}
</style>