Shades of Cadet Blue #56A199
Tints of Cadet Blue #56A199
RGB
CMYK
RGB Variations
Color information
#56A199 (or 0x56A199) is known color: Cadet Blue. HEX triplet: 56, A1 and 99. RGB value is (86,161,153). Sum of RGB (Red+Green+Blue) = 86+161+153=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #56A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A199 is #A95E66. Grayscale: #898989. Windows color (decimal): -11099751 or 10068310. OLE color: 10068310.
HSL color Cylindrical-coordinate representation of color #56A199: hue angle of 173.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A199 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 153 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.37 |
| HSL | 173.6º | 0.3% | 0.48% | - |
| HSV(B) | 173.6º | 0.47% | 0.63% | - |
| XYZ | 22.33 | 29.77 | 34.71 | - |
| YUV | 137.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 153 | 0.47 | 0 | 0.05 | 0.37 | 173.6 | 0.3 | 0.48 |
| Hex | 56 | A1 | 99 | 2F | 0 | 5 | 25 | AE | 1E | 30 |
| Octal | 126 | 241 | 231 | 57 | 0 | 5 | 45 | 256 | 36 | 60 |
| Binary | 1010110 | 10100001 | 10011001 | 101111 | 0 | 101 | 100101 | 10101110 | 11110 | 110000 |
Color Harmonies of #56A199
Complementary color
Monochromatic Colors of #56A199
Black with #56A199
Text Example
Text Example
White with #56A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A199; }
p { color: rgb(86,161,153); }
H1.HeaderClassName
{
color: #56A199;
}
.AnyTagClassName
{
color: #56A199;
}
</style>
background-color css
<style>
a { background-color: #56A199; }
a { background-color: rgb(86,161,153); }
div.DivClassName
{
background-color: #56A199;
}
.BgClassName
{
background-color: #56A199;
}
</style>
border-color css
<style>
span { border-color: #56A199; }
span { border-color: rgb(86,161,153); }
td.TdClassName
{
border-color: #56A199;
}
.TagClassName
{
border-color: #56A199;
}
</style>