Shades of Hippie Blue #50889A
Tints of Hippie Blue #50889A
RGB
CMYK
RGB Variations
Color information
#50889A (or 0x50889A) is known color: Hippie Blue. HEX triplet: 50, 88 and 9A. RGB value is (80,136,154). Sum of RGB (Red+Green+Blue) = 80+136+154=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #50889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50889A is #AF7765. Grayscale: #797979. Windows color (decimal): -11499366 or 10127440. OLE color: 10127440.
HSL color Cylindrical-coordinate representation of color #50889A: hue angle of 194.59º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50889A is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 136 | 154 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.40 |
| HSL | 194.59º | 0.32% | 0.46% | - |
| HSV(B) | 194.59º | 0.48% | 0.6% | - |
| XYZ | 17.95 | 21.65 | 33.8 | - |
| YUV | 121.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 154 | 0.48 | 0.12 | 0 | 0.40 | 194.59 | 0.32 | 0.46 |
| Hex | 50 | 88 | 9A | 30 | C | 0 | 28 | C3 | 20 | 2E |
| Octal | 120 | 210 | 232 | 60 | 14 | 0 | 50 | 303 | 40 | 56 |
| Binary | 1010000 | 10001000 | 10011010 | 110000 | 1100 | 0 | 101000 | 11000011 | 100000 | 101110 |
Color Harmonies of #50889A
Complementary color
Monochromatic Colors of #50889A
Black with #50889A
Text Example
Text Example
White with #50889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50889A; }
p { color: rgb(80,136,154); }
H1.HeaderClassName
{
color: #50889A;
}
.AnyTagClassName
{
color: #50889A;
}
</style>
background-color css
<style>
a { background-color: #50889A; }
a { background-color: rgb(80,136,154); }
div.DivClassName
{
background-color: #50889A;
}
.BgClassName
{
background-color: #50889A;
}
</style>
border-color css
<style>
span { border-color: #50889A; }
span { border-color: rgb(80,136,154); }
td.TdClassName
{
border-color: #50889A;
}
.TagClassName
{
border-color: #50889A;
}
</style>