Shades of Cadet Blue #56A193
Tints of Cadet Blue #56A193
RGB
CMYK
RGB Variations
Color information
#56A193 (or 0x56A193) is known color: Cadet Blue. HEX triplet: 56, A1 and 93. RGB value is (86,161,147). Sum of RGB (Red+Green+Blue) = 86+161+147=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #56A193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A193 is #A95E6C. Grayscale: #888888. Windows color (decimal): -11099757 or 9675094. OLE color: 9675094.
HSL color Cylindrical-coordinate representation of color #56A193: hue angle of 168.8º 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 #56A193 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 147 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.37 |
| HSL | 168.8º | 0.3% | 0.48% | - |
| HSV(B) | 168.8º | 0.47% | 0.63% | - |
| XYZ | 21.85 | 29.57 | 32.16 | - |
| YUV | 136.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 147 | 0.47 | 0 | 0.09 | 0.37 | 168.8 | 0.3 | 0.48 |
| Hex | 56 | A1 | 93 | 2F | 0 | 9 | 25 | A9 | 1E | 30 |
| Octal | 126 | 241 | 223 | 57 | 0 | 11 | 45 | 251 | 36 | 60 |
| Binary | 1010110 | 10100001 | 10010011 | 101111 | 0 | 1001 | 100101 | 10101001 | 11110 | 110000 |
Color Harmonies of #56A193
Complementary color
Monochromatic Colors of #56A193
Black with #56A193
Text Example
Text Example
White with #56A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A193; }
p { color: rgb(86,161,147); }
H1.HeaderClassName
{
color: #56A193;
}
.AnyTagClassName
{
color: #56A193;
}
</style>
background-color css
<style>
a { background-color: #56A193; }
a { background-color: rgb(86,161,147); }
div.DivClassName
{
background-color: #56A193;
}
.BgClassName
{
background-color: #56A193;
}
</style>
border-color css
<style>
span { border-color: #56A193; }
span { border-color: rgb(86,161,147); }
td.TdClassName
{
border-color: #56A193;
}
.TagClassName
{
border-color: #56A193;
}
</style>