Shades of Cadet Blue #56A9A5
Tints of Cadet Blue #56A9A5
RGB
CMYK
RGB Variations
Color information
#56A9A5 (or 0x56A9A5) is known color: Cadet Blue. HEX triplet: 56, A9 and A5. RGB value is (86,169,165). Sum of RGB (Red+Green+Blue) = 86+169+165=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #56A9A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A9A5 is #A9565A. Grayscale: #8F8F8F. Windows color (decimal): -11097691 or 10856790. OLE color: 10856790.
HSL color Cylindrical-coordinate representation of color #56A9A5: hue angle of 177.11º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A9A5 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 169 | 165 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.34 |
| HSL | 177.11º | 0.33% | 0.5% | - |
| HSV(B) | 177.11º | 0.49% | 0.66% | - |
| XYZ | 24.82 | 33.07 | 40.67 | - |
| YUV | 143.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 169 | 165 | 0.49 | 0 | 0.02 | 0.34 | 177.11 | 0.33 | 0.5 |
| Hex | 56 | A9 | A5 | 31 | 0 | 2 | 22 | B1 | 21 | 32 |
| Octal | 126 | 251 | 245 | 61 | 0 | 2 | 42 | 261 | 41 | 62 |
| Binary | 1010110 | 10101001 | 10100101 | 110001 | 0 | 10 | 100010 | 10110001 | 100001 | 110010 |
Color Harmonies of #56A9A5
Complementary color
Monochromatic Colors of #56A9A5
Black with #56A9A5
Text Example
Text Example
White with #56A9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A9A5; }
p { color: rgb(86,169,165); }
H1.HeaderClassName
{
color: #56A9A5;
}
.AnyTagClassName
{
color: #56A9A5;
}
</style>
background-color css
<style>
a { background-color: #56A9A5; }
a { background-color: rgb(86,169,165); }
div.DivClassName
{
background-color: #56A9A5;
}
.BgClassName
{
background-color: #56A9A5;
}
</style>
border-color css
<style>
span { border-color: #56A9A5; }
span { border-color: rgb(86,169,165); }
td.TdClassName
{
border-color: #56A9A5;
}
.TagClassName
{
border-color: #56A9A5;
}
</style>