Shades of Hippie Blue #50939F
Tints of Hippie Blue #50939F
RGB
CMYK
RGB Variations
Color information
#50939F (or 0x50939F) is known color: Hippie Blue. HEX triplet: 50, 93 and 9F. RGB value is (80,147,159). Sum of RGB (Red+Green+Blue) = 80+147+159=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #50939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50939F is #AF6C60. Grayscale: #808080. Windows color (decimal): -11496545 or 10457936. OLE color: 10457936.
HSL color Cylindrical-coordinate representation of color #50939F: hue angle of 189.11º 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 #50939F is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 147 | 159 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.38 |
| HSL | 189.11º | 0.33% | 0.47% | - |
| HSV(B) | 189.11º | 0.5% | 0.62% | - |
| XYZ | 20 | 25.08 | 36.59 | - |
| YUV | 128.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 159 | 0.50 | 0.08 | 0 | 0.38 | 189.11 | 0.33 | 0.47 |
| Hex | 50 | 93 | 9F | 32 | 8 | 0 | 26 | BD | 21 | 2F |
| Octal | 120 | 223 | 237 | 62 | 10 | 0 | 46 | 275 | 41 | 57 |
| Binary | 1010000 | 10010011 | 10011111 | 110010 | 1000 | 0 | 100110 | 10111101 | 100001 | 101111 |
Color Harmonies of #50939F
Complementary color
Monochromatic Colors of #50939F
Black with #50939F
Text Example
Text Example
White with #50939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50939F; }
p { color: rgb(80,147,159); }
H1.HeaderClassName
{
color: #50939F;
}
.AnyTagClassName
{
color: #50939F;
}
</style>
background-color css
<style>
a { background-color: #50939F; }
a { background-color: rgb(80,147,159); }
div.DivClassName
{
background-color: #50939F;
}
.BgClassName
{
background-color: #50939F;
}
</style>
border-color css
<style>
span { border-color: #50939F; }
span { border-color: rgb(80,147,159); }
td.TdClassName
{
border-color: #50939F;
}
.TagClassName
{
border-color: #50939F;
}
</style>