Shades of Hippie Blue #50899F
Tints of Hippie Blue #50899F
RGB
CMYK
RGB Variations
Color information
#50899F (or 0x50899F) is known color: Hippie Blue. HEX triplet: 50, 89 and 9F. RGB value is (80,137,159). Sum of RGB (Red+Green+Blue) = 80+137+159=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #50899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50899F is #AF7660. Grayscale: #7A7A7A. Windows color (decimal): -11499105 or 10455376. OLE color: 10455376.
HSL color Cylindrical-coordinate representation of color #50899F: hue angle of 196.71º 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 #50899F is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 137 | 159 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.38 |
| HSL | 196.71º | 0.33% | 0.47% | - |
| HSV(B) | 196.71º | 0.5% | 0.62% | - |
| XYZ | 18.51 | 22.1 | 36.09 | - |
| YUV | 122.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 159 | 0.50 | 0.14 | 0 | 0.38 | 196.71 | 0.33 | 0.47 |
| Hex | 50 | 89 | 9F | 32 | E | 0 | 26 | C5 | 21 | 2F |
| Octal | 120 | 211 | 237 | 62 | 16 | 0 | 46 | 305 | 41 | 57 |
| Binary | 1010000 | 10001001 | 10011111 | 110010 | 1110 | 0 | 100110 | 11000101 | 100001 | 101111 |
Color Harmonies of #50899F
Complementary color
Monochromatic Colors of #50899F
Black with #50899F
Text Example
Text Example
White with #50899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50899F; }
p { color: rgb(80,137,159); }
H1.HeaderClassName
{
color: #50899F;
}
.AnyTagClassName
{
color: #50899F;
}
</style>
background-color css
<style>
a { background-color: #50899F; }
a { background-color: rgb(80,137,159); }
div.DivClassName
{
background-color: #50899F;
}
.BgClassName
{
background-color: #50899F;
}
</style>
border-color css
<style>
span { border-color: #50899F; }
span { border-color: rgb(80,137,159); }
td.TdClassName
{
border-color: #50899F;
}
.TagClassName
{
border-color: #50899F;
}
</style>