Shades of Half Baked #50959F
Tints of Half Baked #50959F
RGB
CMYK
RGB Variations
Color information
#50959F (or 0x50959F) is known color: Half Baked. HEX triplet: 50, 95 and 9F. RGB value is (80,149,159). Sum of RGB (Red+Green+Blue) = 80+149+159=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #50959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959F is #AF6A60. Grayscale: #818181. Windows color (decimal): -11496033 or 10458448. OLE color: 10458448.
HSL color Cylindrical-coordinate representation of color #50959F: hue angle of 187.59º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50959F is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 149 | 159 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.38 |
| HSL | 187.59º | 0.33% | 0.47% | - |
| HSV(B) | 187.59º | 0.5% | 0.62% | - |
| XYZ | 20.31 | 25.7 | 36.69 | - |
| YUV | 129.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 159 | 0.50 | 0.06 | 0 | 0.38 | 187.59 | 0.33 | 0.47 |
| Hex | 50 | 95 | 9F | 32 | 6 | 0 | 26 | BC | 21 | 2F |
| Octal | 120 | 225 | 237 | 62 | 6 | 0 | 46 | 274 | 41 | 57 |
| Binary | 1010000 | 10010101 | 10011111 | 110010 | 110 | 0 | 100110 | 10111100 | 100001 | 101111 |
Color Harmonies of #50959F
Complementary color
Monochromatic Colors of #50959F
Black with #50959F
Text Example
Text Example
White with #50959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50959F; }
p { color: rgb(80,149,159); }
H1.HeaderClassName
{
color: #50959F;
}
.AnyTagClassName
{
color: #50959F;
}
</style>
background-color css
<style>
a { background-color: #50959F; }
a { background-color: rgb(80,149,159); }
div.DivClassName
{
background-color: #50959F;
}
.BgClassName
{
background-color: #50959F;
}
</style>
border-color css
<style>
span { border-color: #50959F; }
span { border-color: rgb(80,149,159); }
td.TdClassName
{
border-color: #50959F;
}
.TagClassName
{
border-color: #50959F;
}
</style>