Shades of Half Baked #509392
Tints of Half Baked #509392
RGB
CMYK
RGB Variations
Color information
#509392 (or 0x509392) is known color: Half Baked. HEX triplet: 50, 93 and 92. RGB value is (80,147,146). Sum of RGB (Red+Green+Blue) = 80+147+146=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #509392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509392 is #AF6C6D. Grayscale: #7E7E7E. Windows color (decimal): -11496558 or 9605968. OLE color: 9605968.
HSL color Cylindrical-coordinate representation of color #509392: hue angle of 179.1º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509392 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 146 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.42 |
| HSL | 179.1º | 0.3% | 0.45% | - |
| HSV(B) | 179.1º | 0.46% | 0.58% | - |
| XYZ | 18.93 | 24.65 | 30.95 | - |
| YUV | 126.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 146 | 0.46 | 0 | 0.01 | 0.42 | 179.1 | 0.3 | 0.45 |
| Hex | 50 | 93 | 92 | 2E | 0 | 1 | 2A | B3 | 1E | 2D |
| Octal | 120 | 223 | 222 | 56 | 0 | 1 | 52 | 263 | 36 | 55 |
| Binary | 1010000 | 10010011 | 10010010 | 101110 | 0 | 1 | 101010 | 10110011 | 11110 | 101101 |
Color Harmonies of #509392
Complementary color
Monochromatic Colors of #509392
Black with #509392
Text Example
Text Example
White with #509392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509392; }
p { color: rgb(80,147,146); }
H1.HeaderClassName
{
color: #509392;
}
.AnyTagClassName
{
color: #509392;
}
</style>
background-color css
<style>
a { background-color: #509392; }
a { background-color: rgb(80,147,146); }
div.DivClassName
{
background-color: #509392;
}
.BgClassName
{
background-color: #509392;
}
</style>
border-color css
<style>
span { border-color: #509392; }
span { border-color: rgb(80,147,146); }
td.TdClassName
{
border-color: #509392;
}
.TagClassName
{
border-color: #509392;
}
</style>