Shades of Half Baked #50898A
Tints of Half Baked #50898A
RGB
CMYK
RGB Variations
Color information
#50898A (or 0x50898A) is known color: Half Baked. HEX triplet: 50, 89 and 8A. RGB value is (80,137,138). Sum of RGB (Red+Green+Blue) = 80+137+138=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #50898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50898A is #AF7675. Grayscale: #787878. Windows color (decimal): -11499126 or 9079120. OLE color: 9079120.
HSL color Cylindrical-coordinate representation of color #50898A: hue angle of 181.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50898A is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 138 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.46 |
| HSL | 181.03º | 0.27% | 0.43% | - |
| HSV(B) | 181.03º | 0.42% | 0.54% | - |
| XYZ | 16.84 | 21.43 | 27.29 | - |
| YUV | 120.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 138 | 0.42 | 0.01 | 0 | 0.46 | 181.03 | 0.27 | 0.43 |
| Hex | 50 | 89 | 8A | 2A | 1 | 0 | 2E | B5 | 1B | 2B |
| Octal | 120 | 211 | 212 | 52 | 1 | 0 | 56 | 265 | 33 | 53 |
| Binary | 1010000 | 10001001 | 10001010 | 101010 | 1 | 0 | 101110 | 10110101 | 11011 | 101011 |
Color Harmonies of #50898A
Complementary color
Monochromatic Colors of #50898A
Black with #50898A
Text Example
Text Example
White with #50898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50898A; }
p { color: rgb(80,137,138); }
H1.HeaderClassName
{
color: #50898A;
}
.AnyTagClassName
{
color: #50898A;
}
</style>
background-color css
<style>
a { background-color: #50898A; }
a { background-color: rgb(80,137,138); }
div.DivClassName
{
background-color: #50898A;
}
.BgClassName
{
background-color: #50898A;
}
</style>
border-color css
<style>
span { border-color: #50898A; }
span { border-color: rgb(80,137,138); }
td.TdClassName
{
border-color: #50898A;
}
.TagClassName
{
border-color: #50898A;
}
</style>