Shades of Hippie Blue #50879F
Tints of Hippie Blue #50879F
RGB
CMYK
RGB Variations
Color information
#50879F (or 0x50879F) is known color: Hippie Blue. HEX triplet: 50, 87 and 9F. RGB value is (80,135,159). Sum of RGB (Red+Green+Blue) = 80+135+159=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #50879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50879F is #AF7860. Grayscale: #797979. Windows color (decimal): -11499617 or 10454864. OLE color: 10454864.
HSL color Cylindrical-coordinate representation of color #50879F: hue angle of 198.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50879F is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 135 | 159 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.38 |
| HSL | 198.23º | 0.33% | 0.47% | - |
| HSV(B) | 198.23º | 0.5% | 0.62% | - |
| XYZ | 18.23 | 21.54 | 36 | - |
| YUV | 121.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 159 | 0.50 | 0.15 | 0 | 0.38 | 198.23 | 0.33 | 0.47 |
| Hex | 50 | 87 | 9F | 32 | F | 0 | 26 | C6 | 21 | 2F |
| Octal | 120 | 207 | 237 | 62 | 17 | 0 | 46 | 306 | 41 | 57 |
| Binary | 1010000 | 10000111 | 10011111 | 110010 | 1111 | 0 | 100110 | 11000110 | 100001 | 101111 |
Color Harmonies of #50879F
Complementary color
Monochromatic Colors of #50879F
Black with #50879F
Text Example
Text Example
White with #50879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50879F; }
p { color: rgb(80,135,159); }
H1.HeaderClassName
{
color: #50879F;
}
.AnyTagClassName
{
color: #50879F;
}
</style>
background-color css
<style>
a { background-color: #50879F; }
a { background-color: rgb(80,135,159); }
div.DivClassName
{
background-color: #50879F;
}
.BgClassName
{
background-color: #50879F;
}
</style>
border-color css
<style>
span { border-color: #50879F; }
span { border-color: rgb(80,135,159); }
td.TdClassName
{
border-color: #50879F;
}
.TagClassName
{
border-color: #50879F;
}
</style>