Shades of Half Baked #509096
Tints of Half Baked #509096
RGB
CMYK
RGB Variations
Color information
#509096 (or 0x509096) is known color: Half Baked. HEX triplet: 50, 90 and 96. RGB value is (80,144,150). Sum of RGB (Red+Green+Blue) = 80+144+150=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #509096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509096 is #AF6F69. Grayscale: #7D7D7D. Windows color (decimal): -11497322 or 9867344. OLE color: 9867344.
HSL color Cylindrical-coordinate representation of color #509096: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509096 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 144 | 150 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.41 |
| HSL | 185.14º | 0.3% | 0.45% | - |
| HSV(B) | 185.14º | 0.47% | 0.59% | - |
| XYZ | 18.79 | 23.85 | 32.47 | - |
| YUV | 125.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 150 | 0.47 | 0.04 | 0 | 0.41 | 185.14 | 0.3 | 0.45 |
| Hex | 50 | 90 | 96 | 2F | 4 | 0 | 29 | B9 | 1E | 2D |
| Octal | 120 | 220 | 226 | 57 | 4 | 0 | 51 | 271 | 36 | 55 |
| Binary | 1010000 | 10010000 | 10010110 | 101111 | 100 | 0 | 101001 | 10111001 | 11110 | 101101 |
Color Harmonies of #509096
Complementary color
Monochromatic Colors of #509096
Black with #509096
Text Example
Text Example
White with #509096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509096; }
p { color: rgb(80,144,150); }
H1.HeaderClassName
{
color: #509096;
}
.AnyTagClassName
{
color: #509096;
}
</style>
background-color css
<style>
a { background-color: #509096; }
a { background-color: rgb(80,144,150); }
div.DivClassName
{
background-color: #509096;
}
.BgClassName
{
background-color: #509096;
}
</style>
border-color css
<style>
span { border-color: #509096; }
span { border-color: rgb(80,144,150); }
td.TdClassName
{
border-color: #509096;
}
.TagClassName
{
border-color: #509096;
}
</style>