Shades of Hippie Blue #518DA0
Tints of Hippie Blue #518DA0
RGB
CMYK
RGB Variations
Color information
#518DA0 (or 0x518DA0) is known color: Hippie Blue. HEX triplet: 51, 8D and A0. RGB value is (81,141,160). Sum of RGB (Red+Green+Blue) = 81+141+160=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #518DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DA0 is #AE725F. Grayscale: #7D7D7D. Windows color (decimal): -11432544 or 10521937. OLE color: 10521937.
HSL color Cylindrical-coordinate representation of color #518DA0: hue angle of 194.43º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #518DA0 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 141 | 160 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.37 |
| HSL | 194.43º | 0.33% | 0.47% | - |
| HSV(B) | 194.43º | 0.49% | 0.63% | - |
| XYZ | 19.26 | 23.34 | 36.75 | - |
| YUV | 125.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 160 | 0.49 | 0.12 | 0 | 0.37 | 194.43 | 0.33 | 0.47 |
| Hex | 51 | 8D | A0 | 31 | C | 0 | 25 | C2 | 21 | 2F |
| Octal | 121 | 215 | 240 | 61 | 14 | 0 | 45 | 302 | 41 | 57 |
| Binary | 1010001 | 10001101 | 10100000 | 110001 | 1100 | 0 | 100101 | 11000010 | 100001 | 101111 |
Color Harmonies of #518DA0
Complementary color
Monochromatic Colors of #518DA0
Black with #518DA0
Text Example
Text Example
White with #518DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DA0; }
p { color: rgb(81,141,160); }
H1.HeaderClassName
{
color: #518DA0;
}
.AnyTagClassName
{
color: #518DA0;
}
</style>
background-color css
<style>
a { background-color: #518DA0; }
a { background-color: rgb(81,141,160); }
div.DivClassName
{
background-color: #518DA0;
}
.BgClassName
{
background-color: #518DA0;
}
</style>
border-color css
<style>
span { border-color: #518DA0; }
span { border-color: rgb(81,141,160); }
td.TdClassName
{
border-color: #518DA0;
}
.TagClassName
{
border-color: #518DA0;
}
</style>