Shades of Half Baked #50989F
Tints of Half Baked #50989F
RGB
CMYK
RGB Variations
Color information
#50989F (or 0x50989F) is known color: Half Baked. HEX triplet: 50, 98 and 9F. RGB value is (80,152,159). Sum of RGB (Red+Green+Blue) = 80+152+159=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #50989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50989F is #AF6760. Grayscale: #838383. Windows color (decimal): -11495265 or 10459216. OLE color: 10459216.
HSL color Cylindrical-coordinate representation of color #50989F: hue angle of 185.32º 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 #50989F is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 152 | 159 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.38 |
| HSL | 185.32º | 0.33% | 0.47% | - |
| HSV(B) | 185.32º | 0.5% | 0.62% | - |
| XYZ | 20.79 | 26.67 | 36.85 | - |
| YUV | 131.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 159 | 0.50 | 0.04 | 0 | 0.38 | 185.32 | 0.33 | 0.47 |
| Hex | 50 | 98 | 9F | 32 | 4 | 0 | 26 | B9 | 21 | 2F |
| Octal | 120 | 230 | 237 | 62 | 4 | 0 | 46 | 271 | 41 | 57 |
| Binary | 1010000 | 10011000 | 10011111 | 110010 | 100 | 0 | 100110 | 10111001 | 100001 | 101111 |
Color Harmonies of #50989F
Complementary color
Monochromatic Colors of #50989F
Black with #50989F
Text Example
Text Example
White with #50989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50989F; }
p { color: rgb(80,152,159); }
H1.HeaderClassName
{
color: #50989F;
}
.AnyTagClassName
{
color: #50989F;
}
</style>
background-color css
<style>
a { background-color: #50989F; }
a { background-color: rgb(80,152,159); }
div.DivClassName
{
background-color: #50989F;
}
.BgClassName
{
background-color: #50989F;
}
</style>
border-color css
<style>
span { border-color: #50989F; }
span { border-color: rgb(80,152,159); }
td.TdClassName
{
border-color: #50989F;
}
.TagClassName
{
border-color: #50989F;
}
</style>