Shades of Cadet Blue #519FAC
Tints of Cadet Blue #519FAC
RGB
CMYK
RGB Variations
Color information
#519FAC (or 0x519FAC) is known color: Cadet Blue. HEX triplet: 51, 9F and AC. RGB value is (81,159,172). Sum of RGB (Red+Green+Blue) = 81+159+172=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #519FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FAC is #AE6053. Grayscale: #898989. Windows color (decimal): -11427924 or 11312977. OLE color: 11312977.
HSL color Cylindrical-coordinate representation of color #519FAC: hue angle of 188.57º 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 #519FAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 159 | 172 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.33 |
| HSL | 188.57º | 0.36% | 0.5% | - |
| HSV(B) | 188.57º | 0.53% | 0.67% | - |
| XYZ | 23.24 | 29.52 | 43.5 | - |
| YUV | 137.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 172 | 0.53 | 0.08 | 0 | 0.33 | 188.57 | 0.36 | 0.5 |
| Hex | 51 | 9F | AC | 35 | 8 | 0 | 21 | BD | 24 | 32 |
| Octal | 121 | 237 | 254 | 65 | 10 | 0 | 41 | 275 | 44 | 62 |
| Binary | 1010001 | 10011111 | 10101100 | 110101 | 1000 | 0 | 100001 | 10111101 | 100100 | 110010 |
Color Harmonies of #519FAC
Complementary color
Monochromatic Colors of #519FAC
Black with #519FAC
Text Example
Text Example
White with #519FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FAC; }
p { color: rgb(81,159,172); }
H1.HeaderClassName
{
color: #519FAC;
}
.AnyTagClassName
{
color: #519FAC;
}
</style>
background-color css
<style>
a { background-color: #519FAC; }
a { background-color: rgb(81,159,172); }
div.DivClassName
{
background-color: #519FAC;
}
.BgClassName
{
background-color: #519FAC;
}
</style>
border-color css
<style>
span { border-color: #519FAC; }
span { border-color: rgb(81,159,172); }
td.TdClassName
{
border-color: #519FAC;
}
.TagClassName
{
border-color: #519FAC;
}
</style>