Shades of Cadet Blue #56A8AB
Tints of Cadet Blue #56A8AB
RGB
CMYK
RGB Variations
Color information
#56A8AB (or 0x56A8AB) is known color: Cadet Blue. HEX triplet: 56, A8 and AB. RGB value is (86,168,171). Sum of RGB (Red+Green+Blue) = 86+168+171=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #56A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A8AB is #A95754. Grayscale: #8F8F8F. Windows color (decimal): -11097941 or 11249750. OLE color: 11249750.
HSL color Cylindrical-coordinate representation of color #56A8AB: hue angle of 182.12º 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 #56A8AB is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 168 | 171 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.33 |
| HSL | 182.12º | 0.34% | 0.5% | - |
| HSV(B) | 182.12º | 0.5% | 0.67% | - |
| XYZ | 25.19 | 32.92 | 43.56 | - |
| YUV | 143.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 171 | 0.50 | 0.02 | 0 | 0.33 | 182.12 | 0.34 | 0.5 |
| Hex | 56 | A8 | AB | 32 | 2 | 0 | 21 | B6 | 22 | 32 |
| Octal | 126 | 250 | 253 | 62 | 2 | 0 | 41 | 266 | 42 | 62 |
| Binary | 1010110 | 10101000 | 10101011 | 110010 | 10 | 0 | 100001 | 10110110 | 100010 | 110010 |
Color Harmonies of #56A8AB
Complementary color
Monochromatic Colors of #56A8AB
Black with #56A8AB
Text Example
Text Example
White with #56A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8AB; }
p { color: rgb(86,168,171); }
H1.HeaderClassName
{
color: #56A8AB;
}
.AnyTagClassName
{
color: #56A8AB;
}
</style>
background-color css
<style>
a { background-color: #56A8AB; }
a { background-color: rgb(86,168,171); }
div.DivClassName
{
background-color: #56A8AB;
}
.BgClassName
{
background-color: #56A8AB;
}
</style>
border-color css
<style>
span { border-color: #56A8AB; }
span { border-color: rgb(86,168,171); }
td.TdClassName
{
border-color: #56A8AB;
}
.TagClassName
{
border-color: #56A8AB;
}
</style>