Shades of Half Baked #50908C
Tints of Half Baked #50908C
RGB
CMYK
RGB Variations
Color information
#50908C (or 0x50908C) is known color: Half Baked. HEX triplet: 50, 90 and 8C. RGB value is (80,144,140). Sum of RGB (Red+Green+Blue) = 80+144+140=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #50908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908C is #AF6F73. Grayscale: #7C7C7C. Windows color (decimal): -11497332 or 9211984. OLE color: 9211984.
HSL color Cylindrical-coordinate representation of color #50908C: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50908C is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 140 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.44 |
| HSL | 176.25º | 0.29% | 0.44% | - |
| HSV(B) | 176.25º | 0.44% | 0.56% | - |
| XYZ | 18.02 | 23.55 | 28.41 | - |
| YUV | 124.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 140 | 0.44 | 0 | 0.03 | 0.44 | 176.25 | 0.29 | 0.44 |
| Hex | 50 | 90 | 8C | 2C | 0 | 3 | 2C | B0 | 1D | 2C |
| Octal | 120 | 220 | 214 | 54 | 0 | 3 | 54 | 260 | 35 | 54 |
| Binary | 1010000 | 10010000 | 10001100 | 101100 | 0 | 11 | 101100 | 10110000 | 11101 | 101100 |
Color Harmonies of #50908C
Complementary color
Monochromatic Colors of #50908C
Black with #50908C
Text Example
Text Example
White with #50908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50908C; }
p { color: rgb(80,144,140); }
H1.HeaderClassName
{
color: #50908C;
}
.AnyTagClassName
{
color: #50908C;
}
</style>
background-color css
<style>
a { background-color: #50908C; }
a { background-color: rgb(80,144,140); }
div.DivClassName
{
background-color: #50908C;
}
.BgClassName
{
background-color: #50908C;
}
</style>
border-color css
<style>
span { border-color: #50908C; }
span { border-color: rgb(80,144,140); }
td.TdClassName
{
border-color: #50908C;
}
.TagClassName
{
border-color: #50908C;
}
</style>