Shades of Cadet Blue #56A497
Tints of Cadet Blue #56A497
RGB
CMYK
RGB Variations
Color information
#56A497 (or 0x56A497) is known color: Cadet Blue. HEX triplet: 56, A4 and 97. RGB value is (86,164,151). Sum of RGB (Red+Green+Blue) = 86+164+151=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #56A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A497 is #A95B68. Grayscale: #8B8B8B. Windows color (decimal): -11098985 or 9938006. OLE color: 9938006.
HSL color Cylindrical-coordinate representation of color #56A497: hue angle of 170º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A497 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 164 | 151 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.36 |
| HSL | 170º | 0.31% | 0.49% | - |
| HSV(B) | 170º | 0.48% | 0.64% | - |
| XYZ | 22.7 | 30.76 | 34.02 | - |
| YUV | 139.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 164 | 151 | 0.48 | 0 | 0.08 | 0.36 | 170 | 0.31 | 0.49 |
| Hex | 56 | A4 | 97 | 30 | 0 | 8 | 24 | AA | 1F | 31 |
| Octal | 126 | 244 | 227 | 60 | 0 | 10 | 44 | 252 | 37 | 61 |
| Binary | 1010110 | 10100100 | 10010111 | 110000 | 0 | 1000 | 100100 | 10101010 | 11111 | 110001 |
Color Harmonies of #56A497
Complementary color
Monochromatic Colors of #56A497
Black with #56A497
Text Example
Text Example
White with #56A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A497; }
p { color: rgb(86,164,151); }
H1.HeaderClassName
{
color: #56A497;
}
.AnyTagClassName
{
color: #56A497;
}
</style>
background-color css
<style>
a { background-color: #56A497; }
a { background-color: rgb(86,164,151); }
div.DivClassName
{
background-color: #56A497;
}
.BgClassName
{
background-color: #56A497;
}
</style>
border-color css
<style>
span { border-color: #56A497; }
span { border-color: rgb(86,164,151); }
td.TdClassName
{
border-color: #56A497;
}
.TagClassName
{
border-color: #56A497;
}
</style>