Shades of Cadet Blue #56A19C
Tints of Cadet Blue #56A19C
RGB
CMYK
RGB Variations
Color information
#56A19C (or 0x56A19C) is known color: Cadet Blue. HEX triplet: 56, A1 and 9C. RGB value is (86,161,156). Sum of RGB (Red+Green+Blue) = 86+161+156=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #56A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A19C is #A95E63. Grayscale: #898989. Windows color (decimal): -11099748 or 10264918. OLE color: 10264918.
HSL color Cylindrical-coordinate representation of color #56A19C: hue angle of 176º 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 #56A19C is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 156 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.37 |
| HSL | 176º | 0.3% | 0.48% | - |
| HSV(B) | 176º | 0.47% | 0.63% | - |
| XYZ | 22.58 | 29.87 | 36.03 | - |
| YUV | 138.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 156 | 0.47 | 0 | 0.03 | 0.37 | 176 | 0.3 | 0.48 |
| Hex | 56 | A1 | 9C | 2F | 0 | 3 | 25 | B0 | 1E | 30 |
| Octal | 126 | 241 | 234 | 57 | 0 | 3 | 45 | 260 | 36 | 60 |
| Binary | 1010110 | 10100001 | 10011100 | 101111 | 0 | 11 | 100101 | 10110000 | 11110 | 110000 |
Color Harmonies of #56A19C
Complementary color
Monochromatic Colors of #56A19C
Black with #56A19C
Text Example
Text Example
White with #56A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A19C; }
p { color: rgb(86,161,156); }
H1.HeaderClassName
{
color: #56A19C;
}
.AnyTagClassName
{
color: #56A19C;
}
</style>
background-color css
<style>
a { background-color: #56A19C; }
a { background-color: rgb(86,161,156); }
div.DivClassName
{
background-color: #56A19C;
}
.BgClassName
{
background-color: #56A19C;
}
</style>
border-color css
<style>
span { border-color: #56A19C; }
span { border-color: rgb(86,161,156); }
td.TdClassName
{
border-color: #56A19C;
}
.TagClassName
{
border-color: #56A19C;
}
</style>