Shades of Cadet Blue #519EAC
Tints of Cadet Blue #519EAC
RGB
CMYK
RGB Variations
Color information
#519EAC (or 0x519EAC) is known color: Cadet Blue. HEX triplet: 51, 9E and AC. RGB value is (81,158,172). Sum of RGB (Red+Green+Blue) = 81+158+172=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #519EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EAC is #AE6153. Grayscale: #888888. Windows color (decimal): -11428180 or 11312721. OLE color: 11312721.
HSL color Cylindrical-coordinate representation of color #519EAC: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519EAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 158 | 172 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.33 |
| HSL | 189.23º | 0.36% | 0.5% | - |
| HSV(B) | 189.23º | 0.53% | 0.67% | - |
| XYZ | 23.07 | 29.18 | 43.45 | - |
| YUV | 136.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 172 | 0.53 | 0.08 | 0 | 0.33 | 189.23 | 0.36 | 0.5 |
| Hex | 51 | 9E | AC | 35 | 8 | 0 | 21 | BD | 24 | 32 |
| Octal | 121 | 236 | 254 | 65 | 10 | 0 | 41 | 275 | 44 | 62 |
| Binary | 1010001 | 10011110 | 10101100 | 110101 | 1000 | 0 | 100001 | 10111101 | 100100 | 110010 |
Color Harmonies of #519EAC
Complementary color
Monochromatic Colors of #519EAC
Black with #519EAC
Text Example
Text Example
White with #519EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EAC; }
p { color: rgb(81,158,172); }
H1.HeaderClassName
{
color: #519EAC;
}
.AnyTagClassName
{
color: #519EAC;
}
</style>
background-color css
<style>
a { background-color: #519EAC; }
a { background-color: rgb(81,158,172); }
div.DivClassName
{
background-color: #519EAC;
}
.BgClassName
{
background-color: #519EAC;
}
</style>
border-color css
<style>
span { border-color: #519EAC; }
span { border-color: rgb(81,158,172); }
td.TdClassName
{
border-color: #519EAC;
}
.TagClassName
{
border-color: #519EAC;
}
</style>