Shades of Hippie Blue #508694
Tints of Hippie Blue #508694
RGB
CMYK
RGB Variations
Color information
#508694 (or 0x508694) is known color: Hippie Blue. HEX triplet: 50, 86 and 94. RGB value is (80,134,148). Sum of RGB (Red+Green+Blue) = 80+134+148=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #508694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508694 is #AF796B. Grayscale: #777777. Windows color (decimal): -11499884 or 9733712. OLE color: 9733712.
HSL color Cylindrical-coordinate representation of color #508694: hue angle of 192.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508694 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 134 | 148 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.42 |
| HSL | 192.35º | 0.3% | 0.45% | - |
| HSV(B) | 192.35º | 0.46% | 0.58% | - |
| XYZ | 17.18 | 20.89 | 31.14 | - |
| YUV | 119.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 148 | 0.46 | 0.09 | 0 | 0.42 | 192.35 | 0.3 | 0.45 |
| Hex | 50 | 86 | 94 | 2E | 9 | 0 | 2A | C0 | 1E | 2D |
| Octal | 120 | 206 | 224 | 56 | 11 | 0 | 52 | 300 | 36 | 55 |
| Binary | 1010000 | 10000110 | 10010100 | 101110 | 1001 | 0 | 101010 | 11000000 | 11110 | 101101 |
Color Harmonies of #508694
Complementary color
Monochromatic Colors of #508694
Black with #508694
Text Example
Text Example
White with #508694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508694; }
p { color: rgb(80,134,148); }
H1.HeaderClassName
{
color: #508694;
}
.AnyTagClassName
{
color: #508694;
}
</style>
background-color css
<style>
a { background-color: #508694; }
a { background-color: rgb(80,134,148); }
div.DivClassName
{
background-color: #508694;
}
.BgClassName
{
background-color: #508694;
}
</style>
border-color css
<style>
span { border-color: #508694; }
span { border-color: rgb(80,134,148); }
td.TdClassName
{
border-color: #508694;
}
.TagClassName
{
border-color: #508694;
}
</style>