Shades of Hippie Blue #508998
Tints of Hippie Blue #508998
RGB
CMYK
RGB Variations
Color information
#508998 (or 0x508998) is known color: Hippie Blue. HEX triplet: 50, 89 and 98. RGB value is (80,137,152). Sum of RGB (Red+Green+Blue) = 80+137+152=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #508998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508998 is #AF7667. Grayscale: #797979. Windows color (decimal): -11499112 or 9996624. OLE color: 9996624.
HSL color Cylindrical-coordinate representation of color #508998: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508998 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 137 | 152 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.40 |
| HSL | 192.5º | 0.31% | 0.45% | - |
| HSV(B) | 192.5º | 0.47% | 0.6% | - |
| XYZ | 17.92 | 21.86 | 32.98 | - |
| YUV | 121.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 152 | 0.47 | 0.10 | 0 | 0.40 | 192.5 | 0.31 | 0.45 |
| Hex | 50 | 89 | 98 | 2F | A | 0 | 28 | C0 | 1F | 2D |
| Octal | 120 | 211 | 230 | 57 | 12 | 0 | 50 | 300 | 37 | 55 |
| Binary | 1010000 | 10001001 | 10011000 | 101111 | 1010 | 0 | 101000 | 11000000 | 11111 | 101101 |
Color Harmonies of #508998
Complementary color
Monochromatic Colors of #508998
Black with #508998
Text Example
Text Example
White with #508998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508998; }
p { color: rgb(80,137,152); }
H1.HeaderClassName
{
color: #508998;
}
.AnyTagClassName
{
color: #508998;
}
</style>
background-color css
<style>
a { background-color: #508998; }
a { background-color: rgb(80,137,152); }
div.DivClassName
{
background-color: #508998;
}
.BgClassName
{
background-color: #508998;
}
</style>
border-color css
<style>
span { border-color: #508998; }
span { border-color: rgb(80,137,152); }
td.TdClassName
{
border-color: #508998;
}
.TagClassName
{
border-color: #508998;
}
</style>