Shades of Half Baked #50938F
Tints of Half Baked #50938F
RGB
CMYK
RGB Variations
Color information
#50938F (or 0x50938F) is known color: Half Baked. HEX triplet: 50, 93 and 8F. RGB value is (80,147,143). Sum of RGB (Red+Green+Blue) = 80+147+143=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #50938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938F is #AF6C70. Grayscale: #7E7E7E. Windows color (decimal): -11496561 or 9409360. OLE color: 9409360.
HSL color Cylindrical-coordinate representation of color #50938F: hue angle of 176.42º 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 #50938F is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 143 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.42 |
| HSL | 176.42º | 0.3% | 0.45% | - |
| HSV(B) | 176.42º | 0.46% | 0.58% | - |
| XYZ | 18.7 | 24.56 | 29.74 | - |
| YUV | 126.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 143 | 0.46 | 0 | 0.03 | 0.42 | 176.42 | 0.3 | 0.45 |
| Hex | 50 | 93 | 8F | 2E | 0 | 3 | 2A | B0 | 1E | 2D |
| Octal | 120 | 223 | 217 | 56 | 0 | 3 | 52 | 260 | 36 | 55 |
| Binary | 1010000 | 10010011 | 10001111 | 101110 | 0 | 11 | 101010 | 10110000 | 11110 | 101101 |
Color Harmonies of #50938F
Complementary color
Monochromatic Colors of #50938F
Black with #50938F
Text Example
Text Example
White with #50938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50938F; }
p { color: rgb(80,147,143); }
H1.HeaderClassName
{
color: #50938F;
}
.AnyTagClassName
{
color: #50938F;
}
</style>
background-color css
<style>
a { background-color: #50938F; }
a { background-color: rgb(80,147,143); }
div.DivClassName
{
background-color: #50938F;
}
.BgClassName
{
background-color: #50938F;
}
</style>
border-color css
<style>
span { border-color: #50938F; }
span { border-color: rgb(80,147,143); }
td.TdClassName
{
border-color: #50938F;
}
.TagClassName
{
border-color: #50938F;
}
</style>