Shades of Hippie Blue #5293A1
Tints of Hippie Blue #5293A1
RGB
CMYK
RGB Variations
Color information
#5293A1 (or 0x5293A1) is known color: Hippie Blue. HEX triplet: 52, 93 and A1. RGB value is (82,147,161). Sum of RGB (Red+Green+Blue) = 82+147+161=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #5293A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5293A1 is #AD6C5E. Grayscale: #818181. Windows color (decimal): -11365471 or 10589010. OLE color: 10589010.
HSL color Cylindrical-coordinate representation of color #5293A1: hue angle of 190.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5293A1 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 147 | 161 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.37 |
| HSL | 190.63º | 0.33% | 0.48% | - |
| HSV(B) | 190.63º | 0.49% | 0.63% | - |
| XYZ | 20.35 | 25.23 | 37.52 | - |
| YUV | 129.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 161 | 0.49 | 0.09 | 0 | 0.37 | 190.63 | 0.33 | 0.48 |
| Hex | 52 | 93 | A1 | 31 | 9 | 0 | 25 | BF | 21 | 30 |
| Octal | 122 | 223 | 241 | 61 | 11 | 0 | 45 | 277 | 41 | 60 |
| Binary | 1010010 | 10010011 | 10100001 | 110001 | 1001 | 0 | 100101 | 10111111 | 100001 | 110000 |
Color Harmonies of #5293A1
Complementary color
Monochromatic Colors of #5293A1
Black with #5293A1
Text Example
Text Example
White with #5293A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293A1; }
p { color: rgb(82,147,161); }
H1.HeaderClassName
{
color: #5293A1;
}
.AnyTagClassName
{
color: #5293A1;
}
</style>
background-color css
<style>
a { background-color: #5293A1; }
a { background-color: rgb(82,147,161); }
div.DivClassName
{
background-color: #5293A1;
}
.BgClassName
{
background-color: #5293A1;
}
</style>
border-color css
<style>
span { border-color: #5293A1; }
span { border-color: rgb(82,147,161); }
td.TdClassName
{
border-color: #5293A1;
}
.TagClassName
{
border-color: #5293A1;
}
</style>