Shades of Half Baked #50949C
Tints of Half Baked #50949C
RGB
CMYK
RGB Variations
Color information
#50949C (or 0x50949C) is known color: Half Baked. HEX triplet: 50, 94 and 9C. RGB value is (80,148,156). Sum of RGB (Red+Green+Blue) = 80+148+156=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #50949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50949C is #AF6B63. Grayscale: #808080. Windows color (decimal): -11496292 or 10261584. OLE color: 10261584.
HSL color Cylindrical-coordinate representation of color #50949C: hue angle of 186.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50949C is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 148 | 156 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.39 |
| HSL | 186.32º | 0.32% | 0.46% | - |
| HSV(B) | 186.32º | 0.49% | 0.61% | - |
| XYZ | 19.9 | 25.29 | 35.28 | - |
| YUV | 128.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 156 | 0.49 | 0.05 | 0 | 0.39 | 186.32 | 0.32 | 0.46 |
| Hex | 50 | 94 | 9C | 31 | 5 | 0 | 27 | BA | 20 | 2E |
| Octal | 120 | 224 | 234 | 61 | 5 | 0 | 47 | 272 | 40 | 56 |
| Binary | 1010000 | 10010100 | 10011100 | 110001 | 101 | 0 | 100111 | 10111010 | 100000 | 101110 |
Color Harmonies of #50949C
Complementary color
Monochromatic Colors of #50949C
Black with #50949C
Text Example
Text Example
White with #50949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50949C; }
p { color: rgb(80,148,156); }
H1.HeaderClassName
{
color: #50949C;
}
.AnyTagClassName
{
color: #50949C;
}
</style>
background-color css
<style>
a { background-color: #50949C; }
a { background-color: rgb(80,148,156); }
div.DivClassName
{
background-color: #50949C;
}
.BgClassName
{
background-color: #50949C;
}
</style>
border-color css
<style>
span { border-color: #50949C; }
span { border-color: rgb(80,148,156); }
td.TdClassName
{
border-color: #50949C;
}
.TagClassName
{
border-color: #50949C;
}
</style>