Shades of Hippie Blue #508596
Tints of Hippie Blue #508596
RGB
CMYK
RGB Variations
Color information
#508596 (or 0x508596) is known color: Hippie Blue. HEX triplet: 50, 85 and 96. RGB value is (80,133,150). Sum of RGB (Red+Green+Blue) = 80+133+150=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #508596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508596 is #AF7A69. Grayscale: #767676. Windows color (decimal): -11500138 or 9864528. OLE color: 9864528.
HSL color Cylindrical-coordinate representation of color #508596: hue angle of 194.57º 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 #508596 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 133 | 150 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.41 |
| HSL | 194.57º | 0.3% | 0.45% | - |
| HSV(B) | 194.57º | 0.47% | 0.59% | - |
| XYZ | 17.2 | 20.68 | 31.94 | - |
| YUV | 119.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 150 | 0.47 | 0.11 | 0 | 0.41 | 194.57 | 0.3 | 0.45 |
| Hex | 50 | 85 | 96 | 2F | B | 0 | 29 | C3 | 1E | 2D |
| Octal | 120 | 205 | 226 | 57 | 13 | 0 | 51 | 303 | 36 | 55 |
| Binary | 1010000 | 10000101 | 10010110 | 101111 | 1011 | 0 | 101001 | 11000011 | 11110 | 101101 |
Color Harmonies of #508596
Complementary color
Monochromatic Colors of #508596
Black with #508596
Text Example
Text Example
White with #508596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508596; }
p { color: rgb(80,133,150); }
H1.HeaderClassName
{
color: #508596;
}
.AnyTagClassName
{
color: #508596;
}
</style>
background-color css
<style>
a { background-color: #508596; }
a { background-color: rgb(80,133,150); }
div.DivClassName
{
background-color: #508596;
}
.BgClassName
{
background-color: #508596;
}
</style>
border-color css
<style>
span { border-color: #508596; }
span { border-color: rgb(80,133,150); }
td.TdClassName
{
border-color: #508596;
}
.TagClassName
{
border-color: #508596;
}
</style>