Shades of Hippie Blue #50859C
Tints of Hippie Blue #50859C
RGB
CMYK
RGB Variations
Color information
#50859C (or 0x50859C) is known color: Hippie Blue. HEX triplet: 50, 85 and 9C. RGB value is (80,133,156). Sum of RGB (Red+Green+Blue) = 80+133+156=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #50859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50859C is #AF7A63. Grayscale: #777777. Windows color (decimal): -11500132 or 10257744. OLE color: 10257744.
HSL color Cylindrical-coordinate representation of color #50859C: hue angle of 198.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50859C is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 133 | 156 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.39 |
| HSL | 198.16º | 0.32% | 0.46% | - |
| HSV(B) | 198.16º | 0.49% | 0.61% | - |
| XYZ | 17.7 | 20.88 | 34.55 | - |
| YUV | 119.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 156 | 0.49 | 0.15 | 0 | 0.39 | 198.16 | 0.32 | 0.46 |
| Hex | 50 | 85 | 9C | 31 | F | 0 | 27 | C6 | 20 | 2E |
| Octal | 120 | 205 | 234 | 61 | 17 | 0 | 47 | 306 | 40 | 56 |
| Binary | 1010000 | 10000101 | 10011100 | 110001 | 1111 | 0 | 100111 | 11000110 | 100000 | 101110 |
Color Harmonies of #50859C
Complementary color
Monochromatic Colors of #50859C
Black with #50859C
Text Example
Text Example
White with #50859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50859C; }
p { color: rgb(80,133,156); }
H1.HeaderClassName
{
color: #50859C;
}
.AnyTagClassName
{
color: #50859C;
}
</style>
background-color css
<style>
a { background-color: #50859C; }
a { background-color: rgb(80,133,156); }
div.DivClassName
{
background-color: #50859C;
}
.BgClassName
{
background-color: #50859C;
}
</style>
border-color css
<style>
span { border-color: #50859C; }
span { border-color: rgb(80,133,156); }
td.TdClassName
{
border-color: #50859C;
}
.TagClassName
{
border-color: #50859C;
}
</style>