Shades of Cadet Blue #519FAA
Tints of Cadet Blue #519FAA
RGB
CMYK
RGB Variations
Color information
#519FAA (or 0x519FAA) is known color: Cadet Blue. HEX triplet: 51, 9F and AA. RGB value is (81,159,170). Sum of RGB (Red+Green+Blue) = 81+159+170=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #519FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FAA is #AE6055. Grayscale: #888888. Windows color (decimal): -11427926 or 11181905. OLE color: 11181905.
HSL color Cylindrical-coordinate representation of color #519FAA: hue angle of 187.42º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519FAA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 159 | 170 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.33 |
| HSL | 187.42º | 0.35% | 0.49% | - |
| HSV(B) | 187.42º | 0.52% | 0.67% | - |
| XYZ | 23.05 | 29.45 | 42.5 | - |
| YUV | 136.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 170 | 0.52 | 0.06 | 0 | 0.33 | 187.42 | 0.35 | 0.49 |
| Hex | 51 | 9F | AA | 34 | 6 | 0 | 21 | BB | 23 | 31 |
| Octal | 121 | 237 | 252 | 64 | 6 | 0 | 41 | 273 | 43 | 61 |
| Binary | 1010001 | 10011111 | 10101010 | 110100 | 110 | 0 | 100001 | 10111011 | 100011 | 110001 |
Color Harmonies of #519FAA
Complementary color
Monochromatic Colors of #519FAA
Black with #519FAA
Text Example
Text Example
White with #519FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FAA; }
p { color: rgb(81,159,170); }
H1.HeaderClassName
{
color: #519FAA;
}
.AnyTagClassName
{
color: #519FAA;
}
</style>
background-color css
<style>
a { background-color: #519FAA; }
a { background-color: rgb(81,159,170); }
div.DivClassName
{
background-color: #519FAA;
}
.BgClassName
{
background-color: #519FAA;
}
</style>
border-color css
<style>
span { border-color: #519FAA; }
span { border-color: rgb(81,159,170); }
td.TdClassName
{
border-color: #519FAA;
}
.TagClassName
{
border-color: #519FAA;
}
</style>