Shades of Hippie Blue #508592
Tints of Hippie Blue #508592
RGB
CMYK
RGB Variations
Color information
#508592 (or 0x508592) is known color: Hippie Blue. HEX triplet: 50, 85 and 92. RGB value is (80,133,146). Sum of RGB (Red+Green+Blue) = 80+133+146=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #508592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508592 is #AF7A6D. Grayscale: #767676. Windows color (decimal): -11500142 or 9602384. OLE color: 9602384.
HSL color Cylindrical-coordinate representation of color #508592: hue angle of 191.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508592 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 133 | 146 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.43 |
| HSL | 191.82º | 0.29% | 0.44% | - |
| HSV(B) | 191.82º | 0.45% | 0.57% | - |
| XYZ | 16.88 | 20.56 | 30.27 | - |
| YUV | 118.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 146 | 0.45 | 0.09 | 0 | 0.43 | 191.82 | 0.29 | 0.44 |
| Hex | 50 | 85 | 92 | 2D | 9 | 0 | 2B | C0 | 1D | 2C |
| Octal | 120 | 205 | 222 | 55 | 11 | 0 | 53 | 300 | 35 | 54 |
| Binary | 1010000 | 10000101 | 10010010 | 101101 | 1001 | 0 | 101011 | 11000000 | 11101 | 101100 |
Color Harmonies of #508592
Complementary color
Monochromatic Colors of #508592
Black with #508592
Text Example
Text Example
White with #508592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508592; }
p { color: rgb(80,133,146); }
H1.HeaderClassName
{
color: #508592;
}
.AnyTagClassName
{
color: #508592;
}
</style>
background-color css
<style>
a { background-color: #508592; }
a { background-color: rgb(80,133,146); }
div.DivClassName
{
background-color: #508592;
}
.BgClassName
{
background-color: #508592;
}
</style>
border-color css
<style>
span { border-color: #508592; }
span { border-color: rgb(80,133,146); }
td.TdClassName
{
border-color: #508592;
}
.TagClassName
{
border-color: #508592;
}
</style>