Shades of Hippie Blue #518390
Tints of Hippie Blue #518390
RGB
CMYK
RGB Variations
Color information
#518390 (or 0x518390) is known color: Hippie Blue. HEX triplet: 51, 83 and 90. RGB value is (81,131,144). Sum of RGB (Red+Green+Blue) = 81+131+144=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #518390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518390 is #AE7C6F. Grayscale: #757575. Windows color (decimal): -11435120 or 9470801. OLE color: 9470801.
HSL color Cylindrical-coordinate representation of color #518390: hue angle of 192.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518390 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 131 | 144 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.44 |
| HSL | 192.38º | 0.28% | 0.44% | - |
| HSV(B) | 192.38º | 0.44% | 0.56% | - |
| XYZ | 16.54 | 20 | 29.37 | - |
| YUV | 117.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 144 | 0.44 | 0.09 | 0 | 0.44 | 192.38 | 0.28 | 0.44 |
| Hex | 51 | 83 | 90 | 2C | 9 | 0 | 2C | C0 | 1C | 2C |
| Octal | 121 | 203 | 220 | 54 | 11 | 0 | 54 | 300 | 34 | 54 |
| Binary | 1010001 | 10000011 | 10010000 | 101100 | 1001 | 0 | 101100 | 11000000 | 11100 | 101100 |
Color Harmonies of #518390
Complementary color
Monochromatic Colors of #518390
Black with #518390
Text Example
Text Example
White with #518390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518390; }
p { color: rgb(81,131,144); }
H1.HeaderClassName
{
color: #518390;
}
.AnyTagClassName
{
color: #518390;
}
</style>
background-color css
<style>
a { background-color: #518390; }
a { background-color: rgb(81,131,144); }
div.DivClassName
{
background-color: #518390;
}
.BgClassName
{
background-color: #518390;
}
</style>
border-color css
<style>
span { border-color: #518390; }
span { border-color: rgb(81,131,144); }
td.TdClassName
{
border-color: #518390;
}
.TagClassName
{
border-color: #518390;
}
</style>