Shades of Cadet Blue #509E99
Tints of Cadet Blue #509E99
RGB
CMYK
RGB Variations
Color information
#509E99 (or 0x509E99) is known color: Cadet Blue. HEX triplet: 50, 9E and 99. RGB value is (80,158,153). Sum of RGB (Red+Green+Blue) = 80+158+153=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #509E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E99 is #AF6166. Grayscale: #868686. Windows color (decimal): -11493735 or 10067536. OLE color: 10067536.
HSL color Cylindrical-coordinate representation of color #509E99: hue angle of 176.15º degrees, saturation: 0.33, 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 #509E99 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 158 | 153 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.38 |
| HSL | 176.15º | 0.33% | 0.47% | - |
| HSV(B) | 176.15º | 0.49% | 0.62% | - |
| XYZ | 21.28 | 28.46 | 34.51 | - |
| YUV | 134.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 153 | 0.49 | 0 | 0.03 | 0.38 | 176.15 | 0.33 | 0.47 |
| Hex | 50 | 9E | 99 | 31 | 0 | 3 | 26 | B0 | 21 | 2F |
| Octal | 120 | 236 | 231 | 61 | 0 | 3 | 46 | 260 | 41 | 57 |
| Binary | 1010000 | 10011110 | 10011001 | 110001 | 0 | 11 | 100110 | 10110000 | 100001 | 101111 |
Color Harmonies of #509E99
Complementary color
Monochromatic Colors of #509E99
Black with #509E99
Text Example
Text Example
White with #509E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509E99; }
p { color: rgb(80,158,153); }
H1.HeaderClassName
{
color: #509E99;
}
.AnyTagClassName
{
color: #509E99;
}
</style>
background-color css
<style>
a { background-color: #509E99; }
a { background-color: rgb(80,158,153); }
div.DivClassName
{
background-color: #509E99;
}
.BgClassName
{
background-color: #509E99;
}
</style>
border-color css
<style>
span { border-color: #509E99; }
span { border-color: rgb(80,158,153); }
td.TdClassName
{
border-color: #509E99;
}
.TagClassName
{
border-color: #509E99;
}
</style>