Shades of Half Baked #509199
Tints of Half Baked #509199
RGB
CMYK
RGB Variations
Color information
#509199 (or 0x509199) is known color: Half Baked. HEX triplet: 50, 91 and 99. RGB value is (80,145,153). Sum of RGB (Red+Green+Blue) = 80+145+153=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #509199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509199 is #AF6E66. Grayscale: #7E7E7E. Windows color (decimal): -11497063 or 10064208. OLE color: 10064208.
HSL color Cylindrical-coordinate representation of color #509199: hue angle of 186.58º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509199 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 145 | 153 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.4 |
| HSL | 186.58º | 0.31% | 0.46% | - |
| HSV(B) | 186.58º | 0.48% | 0.6% | - |
| XYZ | 19.18 | 24.26 | 33.81 | - |
| YUV | 126.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 153 | 0.48 | 0.05 | 0 | 0.4 | 186.58 | 0.31 | 0.46 |
| Hex | 50 | 91 | 99 | 30 | 5 | 0 | 28 | BB | 1F | 2E |
| Octal | 120 | 221 | 231 | 60 | 5 | 0 | 50 | 273 | 37 | 56 |
| Binary | 1010000 | 10010001 | 10011001 | 110000 | 101 | 0 | 101000 | 10111011 | 11111 | 101110 |
Color Harmonies of #509199
Complementary color
Monochromatic Colors of #509199
Black with #509199
Text Example
Text Example
White with #509199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509199; }
p { color: rgb(80,145,153); }
H1.HeaderClassName
{
color: #509199;
}
.AnyTagClassName
{
color: #509199;
}
</style>
background-color css
<style>
a { background-color: #509199; }
a { background-color: rgb(80,145,153); }
div.DivClassName
{
background-color: #509199;
}
.BgClassName
{
background-color: #509199;
}
</style>
border-color css
<style>
span { border-color: #509199; }
span { border-color: rgb(80,145,153); }
td.TdClassName
{
border-color: #509199;
}
.TagClassName
{
border-color: #509199;
}
</style>