Shades of Cadet Blue #56A39E
Tints of Cadet Blue #56A39E
RGB
CMYK
RGB Variations
Color information
#56A39E (or 0x56A39E) is known color: Cadet Blue. HEX triplet: 56, A3 and 9E. RGB value is (86,163,158). Sum of RGB (Red+Green+Blue) = 86+163+158=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #56A39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A39E is #A95C61. Grayscale: #8B8B8B. Windows color (decimal): -11099234 or 10396502. OLE color: 10396502.
HSL color Cylindrical-coordinate representation of color #56A39E: hue angle of 176.1º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A39E is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 163 | 158 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.36 |
| HSL | 176.1º | 0.31% | 0.49% | - |
| HSV(B) | 176.1º | 0.47% | 0.64% | - |
| XYZ | 23.11 | 30.64 | 37.04 | - |
| YUV | 139.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 163 | 158 | 0.47 | 0 | 0.03 | 0.36 | 176.1 | 0.31 | 0.49 |
| Hex | 56 | A3 | 9E | 2F | 0 | 3 | 24 | B0 | 1F | 31 |
| Octal | 126 | 243 | 236 | 57 | 0 | 3 | 44 | 260 | 37 | 61 |
| Binary | 1010110 | 10100011 | 10011110 | 101111 | 0 | 11 | 100100 | 10110000 | 11111 | 110001 |
Color Harmonies of #56A39E
Complementary color
Monochromatic Colors of #56A39E
Black with #56A39E
Text Example
Text Example
White with #56A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A39E; }
p { color: rgb(86,163,158); }
H1.HeaderClassName
{
color: #56A39E;
}
.AnyTagClassName
{
color: #56A39E;
}
</style>
background-color css
<style>
a { background-color: #56A39E; }
a { background-color: rgb(86,163,158); }
div.DivClassName
{
background-color: #56A39E;
}
.BgClassName
{
background-color: #56A39E;
}
</style>
border-color css
<style>
span { border-color: #56A39E; }
span { border-color: rgb(86,163,158); }
td.TdClassName
{
border-color: #56A39E;
}
.TagClassName
{
border-color: #56A39E;
}
</style>