Shades of Cadet Blue #519FA9
Tints of Cadet Blue #519FA9
RGB
CMYK
RGB Variations
Color information
#519FA9 (or 0x519FA9) is known color: Cadet Blue. HEX triplet: 51, 9F and A9. RGB value is (81,159,169). Sum of RGB (Red+Green+Blue) = 81+159+169=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #519FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FA9 is #AE6056. Grayscale: #888888. Windows color (decimal): -11427927 or 11116369. OLE color: 11116369.
HSL color Cylindrical-coordinate representation of color #519FA9: hue angle of 186.82º 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 #519FA9 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 159 | 169 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.34 |
| HSL | 186.82º | 0.35% | 0.49% | - |
| HSV(B) | 186.82º | 0.52% | 0.66% | - |
| XYZ | 22.95 | 29.41 | 42 | - |
| YUV | 136.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 169 | 0.52 | 0.06 | 0 | 0.34 | 186.82 | 0.35 | 0.49 |
| Hex | 51 | 9F | A9 | 34 | 6 | 0 | 22 | BB | 23 | 31 |
| Octal | 121 | 237 | 251 | 64 | 6 | 0 | 42 | 273 | 43 | 61 |
| Binary | 1010001 | 10011111 | 10101001 | 110100 | 110 | 0 | 100010 | 10111011 | 100011 | 110001 |
Color Harmonies of #519FA9
Complementary color
Monochromatic Colors of #519FA9
Black with #519FA9
Text Example
Text Example
White with #519FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FA9; }
p { color: rgb(81,159,169); }
H1.HeaderClassName
{
color: #519FA9;
}
.AnyTagClassName
{
color: #519FA9;
}
</style>
background-color css
<style>
a { background-color: #519FA9; }
a { background-color: rgb(81,159,169); }
div.DivClassName
{
background-color: #519FA9;
}
.BgClassName
{
background-color: #519FA9;
}
</style>
border-color css
<style>
span { border-color: #519FA9; }
span { border-color: rgb(81,159,169); }
td.TdClassName
{
border-color: #519FA9;
}
.TagClassName
{
border-color: #519FA9;
}
</style>