Shades of Cadet Blue #519BAA
Tints of Cadet Blue #519BAA
RGB
CMYK
RGB Variations
Color information
#519BAA (or 0x519BAA) is known color: Cadet Blue. HEX triplet: 51, 9B and AA. RGB value is (81,155,170). Sum of RGB (Red+Green+Blue) = 81+155+170=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #519BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAA is #AE6455. Grayscale: #868686. Windows color (decimal): -11428950 or 11180881. OLE color: 11180881.
HSL color Cylindrical-coordinate representation of color #519BAA: hue angle of 190.11º 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 #519BAA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 155 | 170 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.33 |
| HSL | 190.11º | 0.35% | 0.49% | - |
| HSV(B) | 190.11º | 0.52% | 0.67% | - |
| XYZ | 22.37 | 28.09 | 42.27 | - |
| YUV | 134.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 170 | 0.52 | 0.09 | 0 | 0.33 | 190.11 | 0.35 | 0.49 |
| Hex | 51 | 9B | AA | 34 | 9 | 0 | 21 | BE | 23 | 31 |
| Octal | 121 | 233 | 252 | 64 | 11 | 0 | 41 | 276 | 43 | 61 |
| Binary | 1010001 | 10011011 | 10101010 | 110100 | 1001 | 0 | 100001 | 10111110 | 100011 | 110001 |
Color Harmonies of #519BAA
Complementary color
Monochromatic Colors of #519BAA
Black with #519BAA
Text Example
Text Example
White with #519BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BAA; }
p { color: rgb(81,155,170); }
H1.HeaderClassName
{
color: #519BAA;
}
.AnyTagClassName
{
color: #519BAA;
}
</style>
background-color css
<style>
a { background-color: #519BAA; }
a { background-color: rgb(81,155,170); }
div.DivClassName
{
background-color: #519BAA;
}
.BgClassName
{
background-color: #519BAA;
}
</style>
border-color css
<style>
span { border-color: #519BAA; }
span { border-color: rgb(81,155,170); }
td.TdClassName
{
border-color: #519BAA;
}
.TagClassName
{
border-color: #519BAA;
}
</style>