Shades of Half Baked #50868D
Tints of Half Baked #50868D
RGB
CMYK
RGB Variations
Color information
#50868D (or 0x50868D) is known color: Half Baked. HEX triplet: 50, 86 and 8D. RGB value is (80,134,141). Sum of RGB (Red+Green+Blue) = 80+134+141=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #50868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50868D is #AF7972. Grayscale: #767676. Windows color (decimal): -11499891 or 9274960. OLE color: 9274960.
HSL color Cylindrical-coordinate representation of color #50868D: hue angle of 186.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50868D is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 134 | 141 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.45 |
| HSL | 186.89º | 0.28% | 0.43% | - |
| HSV(B) | 186.89º | 0.43% | 0.55% | - |
| XYZ | 16.64 | 20.68 | 28.31 | - |
| YUV | 118.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 141 | 0.43 | 0.05 | 0 | 0.45 | 186.89 | 0.28 | 0.43 |
| Hex | 50 | 86 | 8D | 2B | 5 | 0 | 2D | BB | 1C | 2B |
| Octal | 120 | 206 | 215 | 53 | 5 | 0 | 55 | 273 | 34 | 53 |
| Binary | 1010000 | 10000110 | 10001101 | 101011 | 101 | 0 | 101101 | 10111011 | 11100 | 101011 |
Color Harmonies of #50868D
Complementary color
Monochromatic Colors of #50868D
Black with #50868D
Text Example
Text Example
White with #50868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50868D; }
p { color: rgb(80,134,141); }
H1.HeaderClassName
{
color: #50868D;
}
.AnyTagClassName
{
color: #50868D;
}
</style>
background-color css
<style>
a { background-color: #50868D; }
a { background-color: rgb(80,134,141); }
div.DivClassName
{
background-color: #50868D;
}
.BgClassName
{
background-color: #50868D;
}
</style>
border-color css
<style>
span { border-color: #50868D; }
span { border-color: rgb(80,134,141); }
td.TdClassName
{
border-color: #50868D;
}
.TagClassName
{
border-color: #50868D;
}
</style>