Shades of Hippie Blue #50849E
Tints of Hippie Blue #50849E
RGB
CMYK
RGB Variations
Color information
#50849E (or 0x50849E) is known color: Hippie Blue. HEX triplet: 50, 84 and 9E. RGB value is (80,132,158). Sum of RGB (Red+Green+Blue) = 80+132+158=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #50849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50849E is #AF7B61. Grayscale: #777777. Windows color (decimal): -11500386 or 10388560. OLE color: 10388560.
HSL color Cylindrical-coordinate representation of color #50849E: hue angle of 200º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50849E is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 132 | 158 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.38 |
| HSL | 200º | 0.33% | 0.47% | - |
| HSV(B) | 200º | 0.49% | 0.62% | - |
| XYZ | 17.73 | 20.68 | 35.4 | - |
| YUV | 119.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 158 | 0.49 | 0.16 | 0 | 0.38 | 200 | 0.33 | 0.47 |
| Hex | 50 | 84 | 9E | 31 | 10 | 0 | 26 | C8 | 21 | 2F |
| Octal | 120 | 204 | 236 | 61 | 20 | 0 | 46 | 310 | 41 | 57 |
| Binary | 1010000 | 10000100 | 10011110 | 110001 | 10000 | 0 | 100110 | 11001000 | 100001 | 101111 |
Color Harmonies of #50849E
Complementary color
Monochromatic Colors of #50849E
Black with #50849E
Text Example
Text Example
White with #50849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50849E; }
p { color: rgb(80,132,158); }
H1.HeaderClassName
{
color: #50849E;
}
.AnyTagClassName
{
color: #50849E;
}
</style>
background-color css
<style>
a { background-color: #50849E; }
a { background-color: rgb(80,132,158); }
div.DivClassName
{
background-color: #50849E;
}
.BgClassName
{
background-color: #50849E;
}
</style>
border-color css
<style>
span { border-color: #50849E; }
span { border-color: rgb(80,132,158); }
td.TdClassName
{
border-color: #50849E;
}
.TagClassName
{
border-color: #50849E;
}
</style>