Shades of Hippie Blue #518692
Tints of Hippie Blue #518692
RGB
CMYK
RGB Variations
Color information
#518692 (or 0x518692) is known color: Hippie Blue. HEX triplet: 51, 86 and 92. RGB value is (81,134,146). Sum of RGB (Red+Green+Blue) = 81+134+146=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #518692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518692 is #AE796D. Grayscale: #777777. Windows color (decimal): -11434350 or 9602641. OLE color: 9602641.
HSL color Cylindrical-coordinate representation of color #518692: hue angle of 191.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518692 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 134 | 146 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.43 |
| HSL | 191.08º | 0.29% | 0.45% | - |
| HSV(B) | 191.08º | 0.45% | 0.57% | - |
| XYZ | 17.11 | 20.87 | 30.32 | - |
| YUV | 119.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 146 | 0.45 | 0.08 | 0 | 0.43 | 191.08 | 0.29 | 0.45 |
| Hex | 51 | 86 | 92 | 2D | 8 | 0 | 2B | BF | 1D | 2D |
| Octal | 121 | 206 | 222 | 55 | 10 | 0 | 53 | 277 | 35 | 55 |
| Binary | 1010001 | 10000110 | 10010010 | 101101 | 1000 | 0 | 101011 | 10111111 | 11101 | 101101 |
Color Harmonies of #518692
Complementary color
Monochromatic Colors of #518692
Black with #518692
Text Example
Text Example
White with #518692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518692; }
p { color: rgb(81,134,146); }
H1.HeaderClassName
{
color: #518692;
}
.AnyTagClassName
{
color: #518692;
}
</style>
background-color css
<style>
a { background-color: #518692; }
a { background-color: rgb(81,134,146); }
div.DivClassName
{
background-color: #518692;
}
.BgClassName
{
background-color: #518692;
}
</style>
border-color css
<style>
span { border-color: #518692; }
span { border-color: rgb(81,134,146); }
td.TdClassName
{
border-color: #518692;
}
.TagClassName
{
border-color: #518692;
}
</style>