Shades of Hippie Blue #50829D
Tints of Hippie Blue #50829D
RGB
CMYK
RGB Variations
Color information
#50829D (or 0x50829D) is known color: Hippie Blue. HEX triplet: 50, 82 and 9D. RGB value is (80,130,157). Sum of RGB (Red+Green+Blue) = 80+130+157=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #50829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50829D is #AF7D62. Grayscale: #757575. Windows color (decimal): -11500899 or 10322512. OLE color: 10322512.
HSL color Cylindrical-coordinate representation of color #50829D: hue angle of 201.04º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50829D is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 130 | 157 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.38 |
| HSL | 201.04º | 0.32% | 0.46% | - |
| HSV(B) | 201.04º | 0.49% | 0.62% | - |
| XYZ | 17.38 | 20.11 | 34.86 | - |
| YUV | 118.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 157 | 0.49 | 0.17 | 0 | 0.38 | 201.04 | 0.32 | 0.46 |
| Hex | 50 | 82 | 9D | 31 | 11 | 0 | 26 | C9 | 20 | 2E |
| Octal | 120 | 202 | 235 | 61 | 21 | 0 | 46 | 311 | 40 | 56 |
| Binary | 1010000 | 10000010 | 10011101 | 110001 | 10001 | 0 | 100110 | 11001001 | 100000 | 101110 |
Color Harmonies of #50829D
Complementary color
Monochromatic Colors of #50829D
Black with #50829D
Text Example
Text Example
White with #50829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50829D; }
p { color: rgb(80,130,157); }
H1.HeaderClassName
{
color: #50829D;
}
.AnyTagClassName
{
color: #50829D;
}
</style>
background-color css
<style>
a { background-color: #50829D; }
a { background-color: rgb(80,130,157); }
div.DivClassName
{
background-color: #50829D;
}
.BgClassName
{
background-color: #50829D;
}
</style>
border-color css
<style>
span { border-color: #50829D; }
span { border-color: rgb(80,130,157); }
td.TdClassName
{
border-color: #50829D;
}
.TagClassName
{
border-color: #50829D;
}
</style>