Shades of Cadet Blue #56A6A2
Tints of Cadet Blue #56A6A2
RGB
CMYK
RGB Variations
Color information
#56A6A2 (or 0x56A6A2) is known color: Cadet Blue. HEX triplet: 56, A6 and A2. RGB value is (86,166,162). Sum of RGB (Red+Green+Blue) = 86+166+162=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #56A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A6A2 is #A9595D. Grayscale: #8D8D8D. Windows color (decimal): -11098462 or 10659414. OLE color: 10659414.
HSL color Cylindrical-coordinate representation of color #56A6A2: hue angle of 177º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A6A2 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 166 | 162 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.35 |
| HSL | 177º | 0.32% | 0.49% | - |
| HSV(B) | 177º | 0.48% | 0.65% | - |
| XYZ | 24 | 31.86 | 39.07 | - |
| YUV | 141.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 162 | 0.48 | 0 | 0.02 | 0.35 | 177 | 0.32 | 0.49 |
| Hex | 56 | A6 | A2 | 30 | 0 | 2 | 23 | B1 | 20 | 31 |
| Octal | 126 | 246 | 242 | 60 | 0 | 2 | 43 | 261 | 40 | 61 |
| Binary | 1010110 | 10100110 | 10100010 | 110000 | 0 | 10 | 100011 | 10110001 | 100000 | 110001 |
Color Harmonies of #56A6A2
Complementary color
Monochromatic Colors of #56A6A2
Black with #56A6A2
Text Example
Text Example
White with #56A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A6A2; }
p { color: rgb(86,166,162); }
H1.HeaderClassName
{
color: #56A6A2;
}
.AnyTagClassName
{
color: #56A6A2;
}
</style>
background-color css
<style>
a { background-color: #56A6A2; }
a { background-color: rgb(86,166,162); }
div.DivClassName
{
background-color: #56A6A2;
}
.BgClassName
{
background-color: #56A6A2;
}
</style>
border-color css
<style>
span { border-color: #56A6A2; }
span { border-color: rgb(86,166,162); }
td.TdClassName
{
border-color: #56A6A2;
}
.TagClassName
{
border-color: #56A6A2;
}
</style>