Shades of Hippie Blue #508594
Tints of Hippie Blue #508594
RGB
CMYK
RGB Variations
Color information
#508594 (or 0x508594) is known color: Hippie Blue. HEX triplet: 50, 85 and 94. RGB value is (80,133,148). Sum of RGB (Red+Green+Blue) = 80+133+148=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #508594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508594 is #AF7A6B. Grayscale: #767676. Windows color (decimal): -11500140 or 9733456. OLE color: 9733456.
HSL color Cylindrical-coordinate representation of color #508594: hue angle of 193.24º 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 #508594 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 133 | 148 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.42 |
| HSL | 193.24º | 0.3% | 0.45% | - |
| HSV(B) | 193.24º | 0.46% | 0.58% | - |
| XYZ | 17.04 | 20.62 | 31.1 | - |
| YUV | 118.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 148 | 0.46 | 0.10 | 0 | 0.42 | 193.24 | 0.3 | 0.45 |
| Hex | 50 | 85 | 94 | 2E | A | 0 | 2A | C1 | 1E | 2D |
| Octal | 120 | 205 | 224 | 56 | 12 | 0 | 52 | 301 | 36 | 55 |
| Binary | 1010000 | 10000101 | 10010100 | 101110 | 1010 | 0 | 101010 | 11000001 | 11110 | 101101 |
Color Harmonies of #508594
Complementary color
Monochromatic Colors of #508594
Black with #508594
Text Example
Text Example
White with #508594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508594; }
p { color: rgb(80,133,148); }
H1.HeaderClassName
{
color: #508594;
}
.AnyTagClassName
{
color: #508594;
}
</style>
background-color css
<style>
a { background-color: #508594; }
a { background-color: rgb(80,133,148); }
div.DivClassName
{
background-color: #508594;
}
.BgClassName
{
background-color: #508594;
}
</style>
border-color css
<style>
span { border-color: #508594; }
span { border-color: rgb(80,133,148); }
td.TdClassName
{
border-color: #508594;
}
.TagClassName
{
border-color: #508594;
}
</style>