Shades of Cadet Blue #56ABA5
Tints of Cadet Blue #56ABA5
RGB
CMYK
RGB Variations
Color information
#56ABA5 (or 0x56ABA5) is known color: Cadet Blue. HEX triplet: 56, AB and A5. RGB value is (86,171,165). Sum of RGB (Red+Green+Blue) = 86+171+165=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABA5 is #A9545A. Grayscale: #909090. Windows color (decimal): -11097179 or 10857302. OLE color: 10857302.
HSL color Cylindrical-coordinate representation of color #56ABA5: hue angle of 175.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 #56ABA5 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 165 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.33 |
| HSL | 175.76º | 0.34% | 0.5% | - |
| HSV(B) | 175.76º | 0.5% | 0.67% | - |
| XYZ | 25.19 | 33.82 | 40.8 | - |
| YUV | 144.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 165 | 0.50 | 0 | 0.04 | 0.33 | 175.76 | 0.34 | 0.5 |
| Hex | 56 | AB | A5 | 32 | 0 | 4 | 21 | B0 | 22 | 32 |
| Octal | 126 | 253 | 245 | 62 | 0 | 4 | 41 | 260 | 42 | 62 |
| Binary | 1010110 | 10101011 | 10100101 | 110010 | 0 | 100 | 100001 | 10110000 | 100010 | 110010 |
Color Harmonies of #56ABA5
Complementary color
Monochromatic Colors of #56ABA5
Black with #56ABA5
Text Example
Text Example
White with #56ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABA5; }
p { color: rgb(86,171,165); }
H1.HeaderClassName
{
color: #56ABA5;
}
.AnyTagClassName
{
color: #56ABA5;
}
</style>
background-color css
<style>
a { background-color: #56ABA5; }
a { background-color: rgb(86,171,165); }
div.DivClassName
{
background-color: #56ABA5;
}
.BgClassName
{
background-color: #56ABA5;
}
</style>
border-color css
<style>
span { border-color: #56ABA5; }
span { border-color: rgb(86,171,165); }
td.TdClassName
{
border-color: #56ABA5;
}
.TagClassName
{
border-color: #56ABA5;
}
</style>