Shades of Hippie Blue #50899A
Tints of Hippie Blue #50899A
RGB
CMYK
RGB Variations
Color information
#50899A (or 0x50899A) is known color: Hippie Blue. HEX triplet: 50, 89 and 9A. RGB value is (80,137,154). Sum of RGB (Red+Green+Blue) = 80+137+154=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #50899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50899A is #AF7665. Grayscale: #797979. Windows color (decimal): -11499110 or 10127696. OLE color: 10127696.
HSL color Cylindrical-coordinate representation of color #50899A: hue angle of 193.78º 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 #50899A is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 137 | 154 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.40 |
| HSL | 193.78º | 0.32% | 0.46% | - |
| HSV(B) | 193.78º | 0.48% | 0.6% | - |
| XYZ | 18.09 | 21.93 | 33.85 | - |
| YUV | 121.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 154 | 0.48 | 0.11 | 0 | 0.40 | 193.78 | 0.32 | 0.46 |
| Hex | 50 | 89 | 9A | 30 | B | 0 | 28 | C2 | 20 | 2E |
| Octal | 120 | 211 | 232 | 60 | 13 | 0 | 50 | 302 | 40 | 56 |
| Binary | 1010000 | 10001001 | 10011010 | 110000 | 1011 | 0 | 101000 | 11000010 | 100000 | 101110 |
Color Harmonies of #50899A
Complementary color
Monochromatic Colors of #50899A
Black with #50899A
Text Example
Text Example
White with #50899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50899A; }
p { color: rgb(80,137,154); }
H1.HeaderClassName
{
color: #50899A;
}
.AnyTagClassName
{
color: #50899A;
}
</style>
background-color css
<style>
a { background-color: #50899A; }
a { background-color: rgb(80,137,154); }
div.DivClassName
{
background-color: #50899A;
}
.BgClassName
{
background-color: #50899A;
}
</style>
border-color css
<style>
span { border-color: #50899A; }
span { border-color: rgb(80,137,154); }
td.TdClassName
{
border-color: #50899A;
}
.TagClassName
{
border-color: #50899A;
}
</style>