Shades of Hippie Blue #51838E
Tints of Hippie Blue #51838E
RGB
CMYK
RGB Variations
Color information
#51838E (or 0x51838E) is known color: Hippie Blue. HEX triplet: 51, 83 and 8E. RGB value is (81,131,142). Sum of RGB (Red+Green+Blue) = 81+131+142=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #51838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51838E is #AE7C71. Grayscale: #757575. Windows color (decimal): -11435122 or 9339729. OLE color: 9339729.
HSL color Cylindrical-coordinate representation of color #51838E: hue angle of 190.82º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51838E is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 131 | 142 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.44 |
| HSL | 190.82º | 0.27% | 0.44% | - |
| HSV(B) | 190.82º | 0.43% | 0.56% | - |
| XYZ | 16.39 | 19.93 | 28.58 | - |
| YUV | 117.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 142 | 0.43 | 0.08 | 0 | 0.44 | 190.82 | 0.27 | 0.44 |
| Hex | 51 | 83 | 8E | 2B | 8 | 0 | 2C | BF | 1B | 2C |
| Octal | 121 | 203 | 216 | 53 | 10 | 0 | 54 | 277 | 33 | 54 |
| Binary | 1010001 | 10000011 | 10001110 | 101011 | 1000 | 0 | 101100 | 10111111 | 11011 | 101100 |
Color Harmonies of #51838E
Complementary color
Monochromatic Colors of #51838E
Black with #51838E
Text Example
Text Example
White with #51838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51838E; }
p { color: rgb(81,131,142); }
H1.HeaderClassName
{
color: #51838E;
}
.AnyTagClassName
{
color: #51838E;
}
</style>
background-color css
<style>
a { background-color: #51838E; }
a { background-color: rgb(81,131,142); }
div.DivClassName
{
background-color: #51838E;
}
.BgClassName
{
background-color: #51838E;
}
</style>
border-color css
<style>
span { border-color: #51838E; }
span { border-color: rgb(81,131,142); }
td.TdClassName
{
border-color: #51838E;
}
.TagClassName
{
border-color: #51838E;
}
</style>