Shades of Hippie Blue #51839B
Tints of Hippie Blue #51839B
RGB
CMYK
RGB Variations
Color information
#51839B (or 0x51839B) is known color: Hippie Blue. HEX triplet: 51, 83 and 9B. RGB value is (81,131,155). Sum of RGB (Red+Green+Blue) = 81+131+155=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #51839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51839B is #AE7C64. Grayscale: #767676. Windows color (decimal): -11435109 or 10191697. OLE color: 10191697.
HSL color Cylindrical-coordinate representation of color #51839B: hue angle of 199.46º degrees, saturation: 0.31, 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 #51839B is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 131 | 155 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.39 |
| HSL | 199.46º | 0.31% | 0.46% | - |
| HSV(B) | 199.46º | 0.48% | 0.61% | - |
| XYZ | 17.43 | 20.35 | 34.02 | - |
| YUV | 118.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 155 | 0.48 | 0.15 | 0 | 0.39 | 199.46 | 0.31 | 0.46 |
| Hex | 51 | 83 | 9B | 30 | F | 0 | 27 | C7 | 1F | 2E |
| Octal | 121 | 203 | 233 | 60 | 17 | 0 | 47 | 307 | 37 | 56 |
| Binary | 1010001 | 10000011 | 10011011 | 110000 | 1111 | 0 | 100111 | 11000111 | 11111 | 101110 |
Color Harmonies of #51839B
Complementary color
Monochromatic Colors of #51839B
Black with #51839B
Text Example
Text Example
White with #51839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51839B; }
p { color: rgb(81,131,155); }
H1.HeaderClassName
{
color: #51839B;
}
.AnyTagClassName
{
color: #51839B;
}
</style>
background-color css
<style>
a { background-color: #51839B; }
a { background-color: rgb(81,131,155); }
div.DivClassName
{
background-color: #51839B;
}
.BgClassName
{
background-color: #51839B;
}
</style>
border-color css
<style>
span { border-color: #51839B; }
span { border-color: rgb(81,131,155); }
td.TdClassName
{
border-color: #51839B;
}
.TagClassName
{
border-color: #51839B;
}
</style>