Shades of Half Baked #50919A
Tints of Half Baked #50919A
RGB
CMYK
RGB Variations
Color information
#50919A (or 0x50919A) is known color: Half Baked. HEX triplet: 50, 91 and 9A. RGB value is (80,145,154). Sum of RGB (Red+Green+Blue) = 80+145+154=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #50919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50919A is #AF6E65. Grayscale: #7E7E7E. Windows color (decimal): -11497062 or 10129744. OLE color: 10129744.
HSL color Cylindrical-coordinate representation of color #50919A: hue angle of 187.3º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50919A is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 145 | 154 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.40 |
| HSL | 187.3º | 0.32% | 0.46% | - |
| HSV(B) | 187.3º | 0.48% | 0.6% | - |
| XYZ | 19.27 | 24.29 | 34.24 | - |
| YUV | 126.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 154 | 0.48 | 0.06 | 0 | 0.40 | 187.3 | 0.32 | 0.46 |
| Hex | 50 | 91 | 9A | 30 | 6 | 0 | 28 | BB | 20 | 2E |
| Octal | 120 | 221 | 232 | 60 | 6 | 0 | 50 | 273 | 40 | 56 |
| Binary | 1010000 | 10010001 | 10011010 | 110000 | 110 | 0 | 101000 | 10111011 | 100000 | 101110 |
Color Harmonies of #50919A
Complementary color
Monochromatic Colors of #50919A
Black with #50919A
Text Example
Text Example
White with #50919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50919A; }
p { color: rgb(80,145,154); }
H1.HeaderClassName
{
color: #50919A;
}
.AnyTagClassName
{
color: #50919A;
}
</style>
background-color css
<style>
a { background-color: #50919A; }
a { background-color: rgb(80,145,154); }
div.DivClassName
{
background-color: #50919A;
}
.BgClassName
{
background-color: #50919A;
}
</style>
border-color css
<style>
span { border-color: #50919A; }
span { border-color: rgb(80,145,154); }
td.TdClassName
{
border-color: #50919A;
}
.TagClassName
{
border-color: #50919A;
}
</style>