Shades of Hippie Blue #51859B
Tints of Hippie Blue #51859B
RGB
CMYK
RGB Variations
Color information
#51859B (or 0x51859B) is known color: Hippie Blue. HEX triplet: 51, 85 and 9B. RGB value is (81,133,155). Sum of RGB (Red+Green+Blue) = 81+133+155=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #51859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51859B is #AE7A64. Grayscale: #777777. Windows color (decimal): -11434597 or 10192209. OLE color: 10192209.
HSL color Cylindrical-coordinate representation of color #51859B: hue angle of 197.84º 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 #51859B is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 133 | 155 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.39 |
| HSL | 197.84º | 0.31% | 0.46% | - |
| HSV(B) | 197.84º | 0.48% | 0.61% | - |
| XYZ | 17.7 | 20.89 | 34.11 | - |
| YUV | 119.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 155 | 0.48 | 0.14 | 0 | 0.39 | 197.84 | 0.31 | 0.46 |
| Hex | 51 | 85 | 9B | 30 | E | 0 | 27 | C6 | 1F | 2E |
| Octal | 121 | 205 | 233 | 60 | 16 | 0 | 47 | 306 | 37 | 56 |
| Binary | 1010001 | 10000101 | 10011011 | 110000 | 1110 | 0 | 100111 | 11000110 | 11111 | 101110 |
Color Harmonies of #51859B
Complementary color
Monochromatic Colors of #51859B
Black with #51859B
Text Example
Text Example
White with #51859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51859B; }
p { color: rgb(81,133,155); }
H1.HeaderClassName
{
color: #51859B;
}
.AnyTagClassName
{
color: #51859B;
}
</style>
background-color css
<style>
a { background-color: #51859B; }
a { background-color: rgb(81,133,155); }
div.DivClassName
{
background-color: #51859B;
}
.BgClassName
{
background-color: #51859B;
}
</style>
border-color css
<style>
span { border-color: #51859B; }
span { border-color: rgb(81,133,155); }
td.TdClassName
{
border-color: #51859B;
}
.TagClassName
{
border-color: #51859B;
}
</style>