Shades of Hippie Blue #5092A1
Tints of Hippie Blue #5092A1
RGB
CMYK
RGB Variations
Color information
#5092A1 (or 0x5092A1) is known color: Hippie Blue. HEX triplet: 50, 92 and A1. RGB value is (80,146,161). Sum of RGB (Red+Green+Blue) = 80+146+161=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #5092A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5092A1 is #AF6D5E. Grayscale: #7F7F7F. Windows color (decimal): -11496799 or 10588752. OLE color: 10588752.
HSL color Cylindrical-coordinate representation of color #5092A1: hue angle of 191.11º 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 #5092A1 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 146 | 161 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.37 |
| HSL | 191.11º | 0.34% | 0.47% | - |
| HSV(B) | 191.11º | 0.5% | 0.63% | - |
| XYZ | 20.02 | 24.84 | 37.46 | - |
| YUV | 127.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 161 | 0.50 | 0.09 | 0 | 0.37 | 191.11 | 0.34 | 0.47 |
| Hex | 50 | 92 | A1 | 32 | 9 | 0 | 25 | BF | 22 | 2F |
| Octal | 120 | 222 | 241 | 62 | 11 | 0 | 45 | 277 | 42 | 57 |
| Binary | 1010000 | 10010010 | 10100001 | 110010 | 1001 | 0 | 100101 | 10111111 | 100010 | 101111 |
Color Harmonies of #5092A1
Complementary color
Monochromatic Colors of #5092A1
Black with #5092A1
Text Example
Text Example
White with #5092A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5092A1; }
p { color: rgb(80,146,161); }
H1.HeaderClassName
{
color: #5092A1;
}
.AnyTagClassName
{
color: #5092A1;
}
</style>
background-color css
<style>
a { background-color: #5092A1; }
a { background-color: rgb(80,146,161); }
div.DivClassName
{
background-color: #5092A1;
}
.BgClassName
{
background-color: #5092A1;
}
</style>
border-color css
<style>
span { border-color: #5092A1; }
span { border-color: rgb(80,146,161); }
td.TdClassName
{
border-color: #5092A1;
}
.TagClassName
{
border-color: #5092A1;
}
</style>