Shades of Hippie Blue #508294
Tints of Hippie Blue #508294
RGB
CMYK
RGB Variations
Color information
#508294 (or 0x508294) is known color: Hippie Blue. HEX triplet: 50, 82 and 94. RGB value is (80,130,148). Sum of RGB (Red+Green+Blue) = 80+130+148=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #508294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508294 is #AF7D6B. Grayscale: #747474. Windows color (decimal): -11500908 or 9732688. OLE color: 9732688.
HSL color Cylindrical-coordinate representation of color #508294: hue angle of 195.88º 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 #508294 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 130 | 148 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.42 |
| HSL | 195.88º | 0.3% | 0.45% | - |
| HSV(B) | 195.88º | 0.46% | 0.58% | - |
| XYZ | 16.64 | 19.81 | 30.96 | - |
| YUV | 117.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 148 | 0.46 | 0.12 | 0 | 0.42 | 195.88 | 0.3 | 0.45 |
| Hex | 50 | 82 | 94 | 2E | C | 0 | 2A | C4 | 1E | 2D |
| Octal | 120 | 202 | 224 | 56 | 14 | 0 | 52 | 304 | 36 | 55 |
| Binary | 1010000 | 10000010 | 10010100 | 101110 | 1100 | 0 | 101010 | 11000100 | 11110 | 101101 |
Color Harmonies of #508294
Complementary color
Monochromatic Colors of #508294
Black with #508294
Text Example
Text Example
White with #508294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508294; }
p { color: rgb(80,130,148); }
H1.HeaderClassName
{
color: #508294;
}
.AnyTagClassName
{
color: #508294;
}
</style>
background-color css
<style>
a { background-color: #508294; }
a { background-color: rgb(80,130,148); }
div.DivClassName
{
background-color: #508294;
}
.BgClassName
{
background-color: #508294;
}
</style>
border-color css
<style>
span { border-color: #508294; }
span { border-color: rgb(80,130,148); }
td.TdClassName
{
border-color: #508294;
}
.TagClassName
{
border-color: #508294;
}
</style>