Shades of Hippie Blue #50819E
Tints of Hippie Blue #50819E
RGB
CMYK
RGB Variations
Color information
#50819E (or 0x50819E) is known color: Hippie Blue. HEX triplet: 50, 81 and 9E. RGB value is (80,129,158). Sum of RGB (Red+Green+Blue) = 80+129+158=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #50819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50819E is #AF7E61. Grayscale: #757575. Windows color (decimal): -11501154 or 10387792. OLE color: 10387792.
HSL color Cylindrical-coordinate representation of color #50819E: hue angle of 202.31º 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 #50819E is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 129 | 158 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.38 |
| HSL | 202.31º | 0.33% | 0.47% | - |
| HSV(B) | 202.31º | 0.49% | 0.62% | - |
| XYZ | 17.33 | 19.87 | 35.27 | - |
| YUV | 117.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 158 | 0.49 | 0.18 | 0 | 0.38 | 202.31 | 0.33 | 0.47 |
| Hex | 50 | 81 | 9E | 31 | 12 | 0 | 26 | CA | 21 | 2F |
| Octal | 120 | 201 | 236 | 61 | 22 | 0 | 46 | 312 | 41 | 57 |
| Binary | 1010000 | 10000001 | 10011110 | 110001 | 10010 | 0 | 100110 | 11001010 | 100001 | 101111 |
Color Harmonies of #50819E
Complementary color
Monochromatic Colors of #50819E
Black with #50819E
Text Example
Text Example
White with #50819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50819E; }
p { color: rgb(80,129,158); }
H1.HeaderClassName
{
color: #50819E;
}
.AnyTagClassName
{
color: #50819E;
}
</style>
background-color css
<style>
a { background-color: #50819E; }
a { background-color: rgb(80,129,158); }
div.DivClassName
{
background-color: #50819E;
}
.BgClassName
{
background-color: #50819E;
}
</style>
border-color css
<style>
span { border-color: #50819E; }
span { border-color: rgb(80,129,158); }
td.TdClassName
{
border-color: #50819E;
}
.TagClassName
{
border-color: #50819E;
}
</style>