Shades of Cadet Blue #56A59E
Tints of Cadet Blue #56A59E
RGB
CMYK
RGB Variations
Color information
#56A59E (or 0x56A59E) is known color: Cadet Blue. HEX triplet: 56, A5 and 9E. RGB value is (86,165,158). Sum of RGB (Red+Green+Blue) = 86+165+158=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59E is #A95A61. Grayscale: #8C8C8C. Windows color (decimal): -11098722 or 10397014. OLE color: 10397014.
HSL color Cylindrical-coordinate representation of color #56A59E: hue angle of 174.68º degrees, saturation: 0.31, 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 #56A59E is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 165 | 158 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.35 |
| HSL | 174.68º | 0.31% | 0.49% | - |
| HSV(B) | 174.68º | 0.48% | 0.65% | - |
| XYZ | 23.46 | 31.36 | 37.16 | - |
| YUV | 140.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 165 | 158 | 0.48 | 0 | 0.04 | 0.35 | 174.68 | 0.31 | 0.49 |
| Hex | 56 | A5 | 9E | 30 | 0 | 4 | 23 | AF | 1F | 31 |
| Octal | 126 | 245 | 236 | 60 | 0 | 4 | 43 | 257 | 37 | 61 |
| Binary | 1010110 | 10100101 | 10011110 | 110000 | 0 | 100 | 100011 | 10101111 | 11111 | 110001 |
Color Harmonies of #56A59E
Complementary color
Monochromatic Colors of #56A59E
Black with #56A59E
Text Example
Text Example
White with #56A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A59E; }
p { color: rgb(86,165,158); }
H1.HeaderClassName
{
color: #56A59E;
}
.AnyTagClassName
{
color: #56A59E;
}
</style>
background-color css
<style>
a { background-color: #56A59E; }
a { background-color: rgb(86,165,158); }
div.DivClassName
{
background-color: #56A59E;
}
.BgClassName
{
background-color: #56A59E;
}
</style>
border-color css
<style>
span { border-color: #56A59E; }
span { border-color: rgb(86,165,158); }
td.TdClassName
{
border-color: #56A59E;
}
.TagClassName
{
border-color: #56A59E;
}
</style>