Shades of Hippie Blue #51839C
Tints of Hippie Blue #51839C
RGB
CMYK
RGB Variations
Color information
#51839C (or 0x51839C) is known color: Hippie Blue. HEX triplet: 51, 83 and 9C. RGB value is (81,131,156). Sum of RGB (Red+Green+Blue) = 81+131+156=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #51839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51839C is #AE7C63. Grayscale: #767676. Windows color (decimal): -11435108 or 10257233. OLE color: 10257233.
HSL color Cylindrical-coordinate representation of color #51839C: hue angle of 200º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51839C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 131 | 156 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.39 |
| HSL | 200º | 0.32% | 0.46% | - |
| HSV(B) | 200º | 0.48% | 0.61% | - |
| XYZ | 17.51 | 20.38 | 34.46 | - |
| YUV | 118.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 156 | 0.48 | 0.16 | 0 | 0.39 | 200 | 0.32 | 0.46 |
| Hex | 51 | 83 | 9C | 30 | 10 | 0 | 27 | C8 | 20 | 2E |
| Octal | 121 | 203 | 234 | 60 | 20 | 0 | 47 | 310 | 40 | 56 |
| Binary | 1010001 | 10000011 | 10011100 | 110000 | 10000 | 0 | 100111 | 11001000 | 100000 | 101110 |
Color Harmonies of #51839C
Complementary color
Monochromatic Colors of #51839C
Black with #51839C
Text Example
Text Example
White with #51839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51839C; }
p { color: rgb(81,131,156); }
H1.HeaderClassName
{
color: #51839C;
}
.AnyTagClassName
{
color: #51839C;
}
</style>
background-color css
<style>
a { background-color: #51839C; }
a { background-color: rgb(81,131,156); }
div.DivClassName
{
background-color: #51839C;
}
.BgClassName
{
background-color: #51839C;
}
</style>
border-color css
<style>
span { border-color: #51839C; }
span { border-color: rgb(81,131,156); }
td.TdClassName
{
border-color: #51839C;
}
.TagClassName
{
border-color: #51839C;
}
</style>