Shades of Hippie Blue #50929E
Tints of Hippie Blue #50929E
RGB
CMYK
RGB Variations
Color information
#50929E (or 0x50929E) is known color: Hippie Blue. HEX triplet: 50, 92 and 9E. RGB value is (80,146,158). Sum of RGB (Red+Green+Blue) = 80+146+158=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #50929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50929E is #AF6D61. Grayscale: #7F7F7F. Windows color (decimal): -11496802 or 10392144. OLE color: 10392144.
HSL color Cylindrical-coordinate representation of color #50929E: hue angle of 189.23º 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 #50929E is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 146 | 158 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.38 |
| HSL | 189.23º | 0.33% | 0.47% | - |
| HSV(B) | 189.23º | 0.49% | 0.62% | - |
| XYZ | 19.76 | 24.73 | 36.08 | - |
| YUV | 127.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 158 | 0.49 | 0.08 | 0 | 0.38 | 189.23 | 0.33 | 0.47 |
| Hex | 50 | 92 | 9E | 31 | 8 | 0 | 26 | BD | 21 | 2F |
| Octal | 120 | 222 | 236 | 61 | 10 | 0 | 46 | 275 | 41 | 57 |
| Binary | 1010000 | 10010010 | 10011110 | 110001 | 1000 | 0 | 100110 | 10111101 | 100001 | 101111 |
Color Harmonies of #50929E
Complementary color
Monochromatic Colors of #50929E
Black with #50929E
Text Example
Text Example
White with #50929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50929E; }
p { color: rgb(80,146,158); }
H1.HeaderClassName
{
color: #50929E;
}
.AnyTagClassName
{
color: #50929E;
}
</style>
background-color css
<style>
a { background-color: #50929E; }
a { background-color: rgb(80,146,158); }
div.DivClassName
{
background-color: #50929E;
}
.BgClassName
{
background-color: #50929E;
}
</style>
border-color css
<style>
span { border-color: #50929E; }
span { border-color: rgb(80,146,158); }
td.TdClassName
{
border-color: #50929E;
}
.TagClassName
{
border-color: #50929E;
}
</style>