Shades of Hippie Blue #508BA3
Tints of Hippie Blue #508BA3
RGB
CMYK
RGB Variations
Color information
#508BA3 (or 0x508BA3) is known color: Hippie Blue. HEX triplet: 50, 8B and A3. RGB value is (80,139,163). Sum of RGB (Red+Green+Blue) = 80+139+163=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #508BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BA3 is #AF745C. Grayscale: #7B7B7B. Windows color (decimal): -11498589 or 10718032. OLE color: 10718032.
HSL color Cylindrical-coordinate representation of color #508BA3: hue angle of 197.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508BA3 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 139 | 163 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.36 |
| HSL | 197.35º | 0.34% | 0.48% | - |
| HSV(B) | 197.35º | 0.51% | 0.64% | - |
| XYZ | 19.15 | 22.82 | 38.04 | - |
| YUV | 124.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 163 | 0.51 | 0.15 | 0 | 0.36 | 197.35 | 0.34 | 0.48 |
| Hex | 50 | 8B | A3 | 33 | F | 0 | 24 | C5 | 22 | 30 |
| Octal | 120 | 213 | 243 | 63 | 17 | 0 | 44 | 305 | 42 | 60 |
| Binary | 1010000 | 10001011 | 10100011 | 110011 | 1111 | 0 | 100100 | 11000101 | 100010 | 110000 |
Color Harmonies of #508BA3
Complementary color
Monochromatic Colors of #508BA3
Black with #508BA3
Text Example
Text Example
White with #508BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BA3; }
p { color: rgb(80,139,163); }
H1.HeaderClassName
{
color: #508BA3;
}
.AnyTagClassName
{
color: #508BA3;
}
</style>
background-color css
<style>
a { background-color: #508BA3; }
a { background-color: rgb(80,139,163); }
div.DivClassName
{
background-color: #508BA3;
}
.BgClassName
{
background-color: #508BA3;
}
</style>
border-color css
<style>
span { border-color: #508BA3; }
span { border-color: rgb(80,139,163); }
td.TdClassName
{
border-color: #508BA3;
}
.TagClassName
{
border-color: #508BA3;
}
</style>