Shades of Cadet Blue #509D99
Tints of Cadet Blue #509D99
RGB
CMYK
RGB Variations
Color information
#509D99 (or 0x509D99) is known color: Cadet Blue. HEX triplet: 50, 9D and 99. RGB value is (80,157,153). Sum of RGB (Red+Green+Blue) = 80+157+153=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #509D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D99 is #AF6266. Grayscale: #858585. Windows color (decimal): -11493991 or 10067280. OLE color: 10067280.
HSL color Cylindrical-coordinate representation of color #509D99: hue angle of 176.88º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D99 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 153 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.38 |
| HSL | 176.88º | 0.32% | 0.46% | - |
| HSV(B) | 176.88º | 0.49% | 0.62% | - |
| XYZ | 21.12 | 28.12 | 34.45 | - |
| YUV | 133.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 153 | 0.49 | 0 | 0.03 | 0.38 | 176.88 | 0.32 | 0.46 |
| Hex | 50 | 9D | 99 | 31 | 0 | 3 | 26 | B1 | 20 | 2E |
| Octal | 120 | 235 | 231 | 61 | 0 | 3 | 46 | 261 | 40 | 56 |
| Binary | 1010000 | 10011101 | 10011001 | 110001 | 0 | 11 | 100110 | 10110001 | 100000 | 101110 |
Color Harmonies of #509D99
Complementary color
Monochromatic Colors of #509D99
Black with #509D99
Text Example
Text Example
White with #509D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D99; }
p { color: rgb(80,157,153); }
H1.HeaderClassName
{
color: #509D99;
}
.AnyTagClassName
{
color: #509D99;
}
</style>
background-color css
<style>
a { background-color: #509D99; }
a { background-color: rgb(80,157,153); }
div.DivClassName
{
background-color: #509D99;
}
.BgClassName
{
background-color: #509D99;
}
</style>
border-color css
<style>
span { border-color: #509D99; }
span { border-color: rgb(80,157,153); }
td.TdClassName
{
border-color: #509D99;
}
.TagClassName
{
border-color: #509D99;
}
</style>