Shades of Hippie Blue #50909F
Tints of Hippie Blue #50909F
RGB
CMYK
RGB Variations
Color information
#50909F (or 0x50909F) is known color: Hippie Blue. HEX triplet: 50, 90 and 9F. RGB value is (80,144,159). Sum of RGB (Red+Green+Blue) = 80+144+159=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #50909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909F is #AF6F60. Grayscale: #7E7E7E. Windows color (decimal): -11497313 or 10457168. OLE color: 10457168.
HSL color Cylindrical-coordinate representation of color #50909F: hue angle of 191.39º 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 #50909F is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 144 | 159 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.38 |
| HSL | 191.39º | 0.33% | 0.47% | - |
| HSV(B) | 191.39º | 0.5% | 0.62% | - |
| XYZ | 19.54 | 24.16 | 36.43 | - |
| YUV | 126.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 159 | 0.50 | 0.09 | 0 | 0.38 | 191.39 | 0.33 | 0.47 |
| Hex | 50 | 90 | 9F | 32 | 9 | 0 | 26 | BF | 21 | 2F |
| Octal | 120 | 220 | 237 | 62 | 11 | 0 | 46 | 277 | 41 | 57 |
| Binary | 1010000 | 10010000 | 10011111 | 110010 | 1001 | 0 | 100110 | 10111111 | 100001 | 101111 |
Color Harmonies of #50909F
Complementary color
Monochromatic Colors of #50909F
Black with #50909F
Text Example
Text Example
White with #50909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50909F; }
p { color: rgb(80,144,159); }
H1.HeaderClassName
{
color: #50909F;
}
.AnyTagClassName
{
color: #50909F;
}
</style>
background-color css
<style>
a { background-color: #50909F; }
a { background-color: rgb(80,144,159); }
div.DivClassName
{
background-color: #50909F;
}
.BgClassName
{
background-color: #50909F;
}
</style>
border-color css
<style>
span { border-color: #50909F; }
span { border-color: rgb(80,144,159); }
td.TdClassName
{
border-color: #50909F;
}
.TagClassName
{
border-color: #50909F;
}
</style>