Shades of Cadet Blue #519EA9
Tints of Cadet Blue #519EA9
RGB
CMYK
RGB Variations
Color information
#519EA9 (or 0x519EA9) is known color: Cadet Blue. HEX triplet: 51, 9E and A9. RGB value is (81,158,169). Sum of RGB (Red+Green+Blue) = 81+158+169=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #519EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EA9 is #AE6156. Grayscale: #888888. Windows color (decimal): -11428183 or 11116113. OLE color: 11116113.
HSL color Cylindrical-coordinate representation of color #519EA9: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519EA9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 158 | 169 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.34 |
| HSL | 187.5º | 0.35% | 0.49% | - |
| HSV(B) | 187.5º | 0.52% | 0.66% | - |
| XYZ | 22.78 | 29.07 | 41.95 | - |
| YUV | 136.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 169 | 0.52 | 0.07 | 0 | 0.34 | 187.5 | 0.35 | 0.49 |
| Hex | 51 | 9E | A9 | 34 | 7 | 0 | 22 | BC | 23 | 31 |
| Octal | 121 | 236 | 251 | 64 | 7 | 0 | 42 | 274 | 43 | 61 |
| Binary | 1010001 | 10011110 | 10101001 | 110100 | 111 | 0 | 100010 | 10111100 | 100011 | 110001 |
Color Harmonies of #519EA9
Complementary color
Monochromatic Colors of #519EA9
Black with #519EA9
Text Example
Text Example
White with #519EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EA9; }
p { color: rgb(81,158,169); }
H1.HeaderClassName
{
color: #519EA9;
}
.AnyTagClassName
{
color: #519EA9;
}
</style>
background-color css
<style>
a { background-color: #519EA9; }
a { background-color: rgb(81,158,169); }
div.DivClassName
{
background-color: #519EA9;
}
.BgClassName
{
background-color: #519EA9;
}
</style>
border-color css
<style>
span { border-color: #519EA9; }
span { border-color: rgb(81,158,169); }
td.TdClassName
{
border-color: #519EA9;
}
.TagClassName
{
border-color: #519EA9;
}
</style>