Shades of Half Baked #50868C
Tints of Half Baked #50868C
RGB
CMYK
RGB Variations
Color information
#50868C (or 0x50868C) is known color: Half Baked. HEX triplet: 50, 86 and 8C. RGB value is (80,134,140). Sum of RGB (Red+Green+Blue) = 80+134+140=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #50868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50868C is #AF7973. Grayscale: #767676. Windows color (decimal): -11499892 or 9209424. OLE color: 9209424.
HSL color Cylindrical-coordinate representation of color #50868C: hue angle of 186º degrees, saturation: 0.27, 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 #50868C is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 134 | 140 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.45 |
| HSL | 186º | 0.27% | 0.43% | - |
| HSV(B) | 186º | 0.43% | 0.55% | - |
| XYZ | 16.57 | 20.65 | 27.92 | - |
| YUV | 118.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 140 | 0.43 | 0.04 | 0 | 0.45 | 186 | 0.27 | 0.43 |
| Hex | 50 | 86 | 8C | 2B | 4 | 0 | 2D | BA | 1B | 2B |
| Octal | 120 | 206 | 214 | 53 | 4 | 0 | 55 | 272 | 33 | 53 |
| Binary | 1010000 | 10000110 | 10001100 | 101011 | 100 | 0 | 101101 | 10111010 | 11011 | 101011 |
Color Harmonies of #50868C
Complementary color
Monochromatic Colors of #50868C
Black with #50868C
Text Example
Text Example
White with #50868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50868C; }
p { color: rgb(80,134,140); }
H1.HeaderClassName
{
color: #50868C;
}
.AnyTagClassName
{
color: #50868C;
}
</style>
background-color css
<style>
a { background-color: #50868C; }
a { background-color: rgb(80,134,140); }
div.DivClassName
{
background-color: #50868C;
}
.BgClassName
{
background-color: #50868C;
}
</style>
border-color css
<style>
span { border-color: #50868C; }
span { border-color: rgb(80,134,140); }
td.TdClassName
{
border-color: #50868C;
}
.TagClassName
{
border-color: #50868C;
}
</style>