Shades of Hippie Blue #508696
Tints of Hippie Blue #508696
RGB
CMYK
RGB Variations
Color information
#508696 (or 0x508696) is known color: Hippie Blue. HEX triplet: 50, 86 and 96. RGB value is (80,134,150). Sum of RGB (Red+Green+Blue) = 80+134+150=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #508696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508696 is #AF7969. Grayscale: #777777. Windows color (decimal): -11499882 or 9864784. OLE color: 9864784.
HSL color Cylindrical-coordinate representation of color #508696: hue angle of 193.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508696 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 134 | 150 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.41 |
| HSL | 193.71º | 0.3% | 0.45% | - |
| HSV(B) | 193.71º | 0.47% | 0.59% | - |
| XYZ | 17.34 | 20.96 | 31.99 | - |
| YUV | 119.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 150 | 0.47 | 0.11 | 0 | 0.41 | 193.71 | 0.3 | 0.45 |
| Hex | 50 | 86 | 96 | 2F | B | 0 | 29 | C2 | 1E | 2D |
| Octal | 120 | 206 | 226 | 57 | 13 | 0 | 51 | 302 | 36 | 55 |
| Binary | 1010000 | 10000110 | 10010110 | 101111 | 1011 | 0 | 101001 | 11000010 | 11110 | 101101 |
Color Harmonies of #508696
Complementary color
Monochromatic Colors of #508696
Black with #508696
Text Example
Text Example
White with #508696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508696; }
p { color: rgb(80,134,150); }
H1.HeaderClassName
{
color: #508696;
}
.AnyTagClassName
{
color: #508696;
}
</style>
background-color css
<style>
a { background-color: #508696; }
a { background-color: rgb(80,134,150); }
div.DivClassName
{
background-color: #508696;
}
.BgClassName
{
background-color: #508696;
}
</style>
border-color css
<style>
span { border-color: #508696; }
span { border-color: rgb(80,134,150); }
td.TdClassName
{
border-color: #508696;
}
.TagClassName
{
border-color: #508696;
}
</style>