Shades of Hippie Blue #508593
Tints of Hippie Blue #508593
RGB
CMYK
RGB Variations
Color information
#508593 (or 0x508593) is known color: Hippie Blue. HEX triplet: 50, 85 and 93. RGB value is (80,133,147). Sum of RGB (Red+Green+Blue) = 80+133+147=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #508593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508593 is #AF7A6C. Grayscale: #767676. Windows color (decimal): -11500141 or 9667920. OLE color: 9667920.
HSL color Cylindrical-coordinate representation of color #508593: hue angle of 192.54º 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 #508593 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 133 | 147 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.42 |
| HSL | 192.54º | 0.3% | 0.45% | - |
| HSV(B) | 192.54º | 0.46% | 0.58% | - |
| XYZ | 16.96 | 20.59 | 30.68 | - |
| YUV | 118.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 147 | 0.46 | 0.10 | 0 | 0.42 | 192.54 | 0.3 | 0.45 |
| Hex | 50 | 85 | 93 | 2E | A | 0 | 2A | C1 | 1E | 2D |
| Octal | 120 | 205 | 223 | 56 | 12 | 0 | 52 | 301 | 36 | 55 |
| Binary | 1010000 | 10000101 | 10010011 | 101110 | 1010 | 0 | 101010 | 11000001 | 11110 | 101101 |
Color Harmonies of #508593
Complementary color
Monochromatic Colors of #508593
Black with #508593
Text Example
Text Example
White with #508593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508593; }
p { color: rgb(80,133,147); }
H1.HeaderClassName
{
color: #508593;
}
.AnyTagClassName
{
color: #508593;
}
</style>
background-color css
<style>
a { background-color: #508593; }
a { background-color: rgb(80,133,147); }
div.DivClassName
{
background-color: #508593;
}
.BgClassName
{
background-color: #508593;
}
</style>
border-color css
<style>
span { border-color: #508593; }
span { border-color: rgb(80,133,147); }
td.TdClassName
{
border-color: #508593;
}
.TagClassName
{
border-color: #508593;
}
</style>