Shades of Hippie Blue #51879E
Tints of Hippie Blue #51879E
RGB
CMYK
RGB Variations
Color information
#51879E (or 0x51879E) is known color: Hippie Blue. HEX triplet: 51, 87 and 9E. RGB value is (81,135,158). Sum of RGB (Red+Green+Blue) = 81+135+158=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #51879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51879E is #AE7861. Grayscale: #797979. Windows color (decimal): -11434082 or 10389329. OLE color: 10389329.
HSL color Cylindrical-coordinate representation of color #51879E: hue angle of 197.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51879E is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 135 | 158 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.38 |
| HSL | 197.92º | 0.32% | 0.47% | - |
| HSV(B) | 197.92º | 0.49% | 0.62% | - |
| XYZ | 18.23 | 21.55 | 35.55 | - |
| YUV | 121.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 158 | 0.49 | 0.15 | 0 | 0.38 | 197.92 | 0.32 | 0.47 |
| Hex | 51 | 87 | 9E | 31 | F | 0 | 26 | C6 | 20 | 2F |
| Octal | 121 | 207 | 236 | 61 | 17 | 0 | 46 | 306 | 40 | 57 |
| Binary | 1010001 | 10000111 | 10011110 | 110001 | 1111 | 0 | 100110 | 11000110 | 100000 | 101111 |
Color Harmonies of #51879E
Complementary color
Monochromatic Colors of #51879E
Black with #51879E
Text Example
Text Example
White with #51879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51879E; }
p { color: rgb(81,135,158); }
H1.HeaderClassName
{
color: #51879E;
}
.AnyTagClassName
{
color: #51879E;
}
</style>
background-color css
<style>
a { background-color: #51879E; }
a { background-color: rgb(81,135,158); }
div.DivClassName
{
background-color: #51879E;
}
.BgClassName
{
background-color: #51879E;
}
</style>
border-color css
<style>
span { border-color: #51879E; }
span { border-color: rgb(81,135,158); }
td.TdClassName
{
border-color: #51879E;
}
.TagClassName
{
border-color: #51879E;
}
</style>