Shades of Cadet Blue #519E9A
Tints of Cadet Blue #519E9A
RGB
CMYK
RGB Variations
Color information
#519E9A (or 0x519E9A) is known color: Cadet Blue. HEX triplet: 51, 9E and 9A. RGB value is (81,158,154). Sum of RGB (Red+Green+Blue) = 81+158+154=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #519E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519E9A is #AE6165. Grayscale: #868686. Windows color (decimal): -11428198 or 10133073. OLE color: 10133073.
HSL color Cylindrical-coordinate representation of color #519E9A: hue angle of 176.88º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519E9A is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 154 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.38 |
| HSL | 176.88º | 0.32% | 0.47% | - |
| HSV(B) | 176.88º | 0.49% | 0.62% | - |
| XYZ | 21.45 | 28.54 | 34.95 | - |
| YUV | 134.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 154 | 0.49 | 0 | 0.03 | 0.38 | 176.88 | 0.32 | 0.47 |
| Hex | 51 | 9E | 9A | 31 | 0 | 3 | 26 | B1 | 20 | 2F |
| Octal | 121 | 236 | 232 | 61 | 0 | 3 | 46 | 261 | 40 | 57 |
| Binary | 1010001 | 10011110 | 10011010 | 110001 | 0 | 11 | 100110 | 10110001 | 100000 | 101111 |
Color Harmonies of #519E9A
Complementary color
Monochromatic Colors of #519E9A
Black with #519E9A
Text Example
Text Example
White with #519E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E9A; }
p { color: rgb(81,158,154); }
H1.HeaderClassName
{
color: #519E9A;
}
.AnyTagClassName
{
color: #519E9A;
}
</style>
background-color css
<style>
a { background-color: #519E9A; }
a { background-color: rgb(81,158,154); }
div.DivClassName
{
background-color: #519E9A;
}
.BgClassName
{
background-color: #519E9A;
}
</style>
border-color css
<style>
span { border-color: #519E9A; }
span { border-color: rgb(81,158,154); }
td.TdClassName
{
border-color: #519E9A;
}
.TagClassName
{
border-color: #519E9A;
}
</style>