Shades of Hippie Blue #508AA2
Tints of Hippie Blue #508AA2
RGB
CMYK
RGB Variations
Color information
#508AA2 (or 0x508AA2) is known color: Hippie Blue. HEX triplet: 50, 8A and A2. RGB value is (80,138,162). Sum of RGB (Red+Green+Blue) = 80+138+162=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #508AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AA2 is #AF755D. Grayscale: #7B7B7B. Windows color (decimal): -11498846 or 10652240. OLE color: 10652240.
HSL color Cylindrical-coordinate representation of color #508AA2: hue angle of 197.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508AA2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 138 | 162 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.36 |
| HSL | 197.56º | 0.34% | 0.47% | - |
| HSV(B) | 197.56º | 0.51% | 0.64% | - |
| XYZ | 18.92 | 22.49 | 37.53 | - |
| YUV | 123.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 162 | 0.51 | 0.15 | 0 | 0.36 | 197.56 | 0.34 | 0.47 |
| Hex | 50 | 8A | A2 | 33 | F | 0 | 24 | C6 | 22 | 2F |
| Octal | 120 | 212 | 242 | 63 | 17 | 0 | 44 | 306 | 42 | 57 |
| Binary | 1010000 | 10001010 | 10100010 | 110011 | 1111 | 0 | 100100 | 11000110 | 100010 | 101111 |
Color Harmonies of #508AA2
Complementary color
Monochromatic Colors of #508AA2
Black with #508AA2
Text Example
Text Example
White with #508AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AA2; }
p { color: rgb(80,138,162); }
H1.HeaderClassName
{
color: #508AA2;
}
.AnyTagClassName
{
color: #508AA2;
}
</style>
background-color css
<style>
a { background-color: #508AA2; }
a { background-color: rgb(80,138,162); }
div.DivClassName
{
background-color: #508AA2;
}
.BgClassName
{
background-color: #508AA2;
}
</style>
border-color css
<style>
span { border-color: #508AA2; }
span { border-color: rgb(80,138,162); }
td.TdClassName
{
border-color: #508AA2;
}
.TagClassName
{
border-color: #508AA2;
}
</style>