Shades of Cadet Blue #519AA9
Tints of Cadet Blue #519AA9
RGB
CMYK
RGB Variations
Color information
#519AA9 (or 0x519AA9) is known color: Cadet Blue. HEX triplet: 51, 9A and A9. RGB value is (81,154,169). Sum of RGB (Red+Green+Blue) = 81+154+169=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #519AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AA9 is #AE6556. Grayscale: #858585. Windows color (decimal): -11429207 or 11115089. OLE color: 11115089.
HSL color Cylindrical-coordinate representation of color #519AA9: hue angle of 190.23º 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 #519AA9 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 154 | 169 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.34 |
| HSL | 190.23º | 0.35% | 0.49% | - |
| HSV(B) | 190.23º | 0.52% | 0.66% | - |
| XYZ | 22.11 | 27.73 | 41.72 | - |
| YUV | 133.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 169 | 0.52 | 0.09 | 0 | 0.34 | 190.23 | 0.35 | 0.49 |
| Hex | 51 | 9A | A9 | 34 | 9 | 0 | 22 | BE | 23 | 31 |
| Octal | 121 | 232 | 251 | 64 | 11 | 0 | 42 | 276 | 43 | 61 |
| Binary | 1010001 | 10011010 | 10101001 | 110100 | 1001 | 0 | 100010 | 10111110 | 100011 | 110001 |
Color Harmonies of #519AA9
Complementary color
Monochromatic Colors of #519AA9
Black with #519AA9
Text Example
Text Example
White with #519AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AA9; }
p { color: rgb(81,154,169); }
H1.HeaderClassName
{
color: #519AA9;
}
.AnyTagClassName
{
color: #519AA9;
}
</style>
background-color css
<style>
a { background-color: #519AA9; }
a { background-color: rgb(81,154,169); }
div.DivClassName
{
background-color: #519AA9;
}
.BgClassName
{
background-color: #519AA9;
}
</style>
border-color css
<style>
span { border-color: #519AA9; }
span { border-color: rgb(81,154,169); }
td.TdClassName
{
border-color: #519AA9;
}
.TagClassName
{
border-color: #519AA9;
}
</style>