Shades of Hippie Blue #5290A4
Tints of Hippie Blue #5290A4
RGB
CMYK
RGB Variations
Color information
#5290A4 (or 0x5290A4) is known color: Hippie Blue. HEX triplet: 52, 90 and A4. RGB value is (82,144,164). Sum of RGB (Red+Green+Blue) = 82+144+164=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #5290A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5290A4 is #AD6F5B. Grayscale: #7F7F7F. Windows color (decimal): -11366236 or 10784850. OLE color: 10784850.
HSL color Cylindrical-coordinate representation of color #5290A4: hue angle of 194.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5290A4 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 144 | 164 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.36 |
| HSL | 194.63º | 0.33% | 0.48% | - |
| HSV(B) | 194.63º | 0.5% | 0.64% | - |
| XYZ | 20.15 | 24.42 | 38.77 | - |
| YUV | 127.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 164 | 0.5 | 0.12 | 0 | 0.36 | 194.63 | 0.33 | 0.48 |
| Hex | 52 | 90 | A4 | 32 | C | 0 | 24 | C3 | 21 | 30 |
| Octal | 122 | 220 | 244 | 62 | 14 | 0 | 44 | 303 | 41 | 60 |
| Binary | 1010010 | 10010000 | 10100100 | 110010 | 1100 | 0 | 100100 | 11000011 | 100001 | 110000 |
Color Harmonies of #5290A4
Complementary color
Monochromatic Colors of #5290A4
Black with #5290A4
Text Example
Text Example
White with #5290A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290A4; }
p { color: rgb(82,144,164); }
H1.HeaderClassName
{
color: #5290A4;
}
.AnyTagClassName
{
color: #5290A4;
}
</style>
background-color css
<style>
a { background-color: #5290A4; }
a { background-color: rgb(82,144,164); }
div.DivClassName
{
background-color: #5290A4;
}
.BgClassName
{
background-color: #5290A4;
}
</style>
border-color css
<style>
span { border-color: #5290A4; }
span { border-color: rgb(82,144,164); }
td.TdClassName
{
border-color: #5290A4;
}
.TagClassName
{
border-color: #5290A4;
}
</style>