Shades of Hippie Blue #508DA3
Tints of Hippie Blue #508DA3
RGB
CMYK
RGB Variations
Color information
#508DA3 (or 0x508DA3) is known color: Hippie Blue. HEX triplet: 50, 8D and A3. RGB value is (80,141,163). Sum of RGB (Red+Green+Blue) = 80+141+163=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #508DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508DA3 is #AF725C. Grayscale: #7D7D7D. Windows color (decimal): -11498077 or 10718544. OLE color: 10718544.
HSL color Cylindrical-coordinate representation of color #508DA3: hue angle of 195.9º 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 #508DA3 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 141 | 163 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.36 |
| HSL | 195.9º | 0.34% | 0.48% | - |
| HSV(B) | 195.9º | 0.51% | 0.64% | - |
| XYZ | 19.44 | 23.4 | 38.14 | - |
| YUV | 125.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 163 | 0.51 | 0.13 | 0 | 0.36 | 195.9 | 0.34 | 0.48 |
| Hex | 50 | 8D | A3 | 33 | D | 0 | 24 | C4 | 22 | 30 |
| Octal | 120 | 215 | 243 | 63 | 15 | 0 | 44 | 304 | 42 | 60 |
| Binary | 1010000 | 10001101 | 10100011 | 110011 | 1101 | 0 | 100100 | 11000100 | 100010 | 110000 |
Color Harmonies of #508DA3
Complementary color
Monochromatic Colors of #508DA3
Black with #508DA3
Text Example
Text Example
White with #508DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DA3; }
p { color: rgb(80,141,163); }
H1.HeaderClassName
{
color: #508DA3;
}
.AnyTagClassName
{
color: #508DA3;
}
</style>
background-color css
<style>
a { background-color: #508DA3; }
a { background-color: rgb(80,141,163); }
div.DivClassName
{
background-color: #508DA3;
}
.BgClassName
{
background-color: #508DA3;
}
</style>
border-color css
<style>
span { border-color: #508DA3; }
span { border-color: rgb(80,141,163); }
td.TdClassName
{
border-color: #508DA3;
}
.TagClassName
{
border-color: #508DA3;
}
</style>