Shades of Cadet Blue #509F96
Tints of Cadet Blue #509F96
RGB
CMYK
RGB Variations
Color information
#509F96 (or 0x509F96) is known color: Cadet Blue. HEX triplet: 50, 9F and 96. RGB value is (80,159,150). Sum of RGB (Red+Green+Blue) = 80+159+150=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #509F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F96 is #AF6069. Grayscale: #868686. Windows color (decimal): -11493482 or 9871184. OLE color: 9871184.
HSL color Cylindrical-coordinate representation of color #509F96: hue angle of 173.16º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F96 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 150 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.38 |
| HSL | 173.16º | 0.33% | 0.47% | - |
| HSV(B) | 173.16º | 0.5% | 0.62% | - |
| XYZ | 21.21 | 28.7 | 33.28 | - |
| YUV | 134.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 150 | 0.50 | 0 | 0.06 | 0.38 | 173.16 | 0.33 | 0.47 |
| Hex | 50 | 9F | 96 | 32 | 0 | 6 | 26 | AD | 21 | 2F |
| Octal | 120 | 237 | 226 | 62 | 0 | 6 | 46 | 255 | 41 | 57 |
| Binary | 1010000 | 10011111 | 10010110 | 110010 | 0 | 110 | 100110 | 10101101 | 100001 | 101111 |
Color Harmonies of #509F96
Complementary color
Monochromatic Colors of #509F96
Black with #509F96
Text Example
Text Example
White with #509F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F96; }
p { color: rgb(80,159,150); }
H1.HeaderClassName
{
color: #509F96;
}
.AnyTagClassName
{
color: #509F96;
}
</style>
background-color css
<style>
a { background-color: #509F96; }
a { background-color: rgb(80,159,150); }
div.DivClassName
{
background-color: #509F96;
}
.BgClassName
{
background-color: #509F96;
}
</style>
border-color css
<style>
span { border-color: #509F96; }
span { border-color: rgb(80,159,150); }
td.TdClassName
{
border-color: #509F96;
}
.TagClassName
{
border-color: #509F96;
}
</style>