Shades of Hippie Blue #508AA1
Tints of Hippie Blue #508AA1
RGB
CMYK
RGB Variations
Color information
#508AA1 (or 0x508AA1) is known color: Hippie Blue. HEX triplet: 50, 8A and A1. RGB value is (80,138,161). Sum of RGB (Red+Green+Blue) = 80+138+161=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 161 - color contains mainly: blue. Hex color #508AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AA1 is #AF755E. Grayscale: #7B7B7B. Windows color (decimal): -11498847 or 10586704. OLE color: 10586704.
HSL color Cylindrical-coordinate representation of color #508AA1: hue angle of 197.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508AA1 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 138 | 161 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.37 |
| HSL | 197.04º | 0.34% | 0.47% | - |
| HSV(B) | 197.04º | 0.5% | 0.63% | - |
| XYZ | 18.83 | 22.46 | 37.06 | - |
| YUV | 123.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 161 | 0.50 | 0.14 | 0 | 0.37 | 197.04 | 0.34 | 0.47 |
| Hex | 50 | 8A | A1 | 32 | E | 0 | 25 | C5 | 22 | 2F |
| Octal | 120 | 212 | 241 | 62 | 16 | 0 | 45 | 305 | 42 | 57 |
| Binary | 1010000 | 10001010 | 10100001 | 110010 | 1110 | 0 | 100101 | 11000101 | 100010 | 101111 |
Color Harmonies of #508AA1
Complementary color
Monochromatic Colors of #508AA1
Black with #508AA1
Text Example
Text Example
White with #508AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AA1; }
p { color: rgb(80,138,161); }
H1.HeaderClassName
{
color: #508AA1;
}
.AnyTagClassName
{
color: #508AA1;
}
</style>
background-color css
<style>
a { background-color: #508AA1; }
a { background-color: rgb(80,138,161); }
div.DivClassName
{
background-color: #508AA1;
}
.BgClassName
{
background-color: #508AA1;
}
</style>
border-color css
<style>
span { border-color: #508AA1; }
span { border-color: rgb(80,138,161); }
td.TdClassName
{
border-color: #508AA1;
}
.TagClassName
{
border-color: #508AA1;
}
</style>