Shades of Hippie Blue #5294A3
Tints of Hippie Blue #5294A3
RGB
CMYK
RGB Variations
Color information
#5294A3 (or 0x5294A3) is known color: Hippie Blue. HEX triplet: 52, 94 and A3. RGB value is (82,148,163). Sum of RGB (Red+Green+Blue) = 82+148+163=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #5294A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5294A3 is #AD6B5C. Grayscale: #818181. Windows color (decimal): -11365213 or 10720338. OLE color: 10720338.
HSL color Cylindrical-coordinate representation of color #5294A3: hue angle of 191.11º 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 #5294A3 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 148 | 163 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.36 |
| HSL | 191.11º | 0.33% | 0.48% | - |
| HSV(B) | 191.11º | 0.5% | 0.64% | - |
| XYZ | 20.68 | 25.62 | 38.51 | - |
| YUV | 129.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 163 | 0.50 | 0.09 | 0 | 0.36 | 191.11 | 0.33 | 0.48 |
| Hex | 52 | 94 | A3 | 32 | 9 | 0 | 24 | BF | 21 | 30 |
| Octal | 122 | 224 | 243 | 62 | 11 | 0 | 44 | 277 | 41 | 60 |
| Binary | 1010010 | 10010100 | 10100011 | 110010 | 1001 | 0 | 100100 | 10111111 | 100001 | 110000 |
Color Harmonies of #5294A3
Complementary color
Monochromatic Colors of #5294A3
Black with #5294A3
Text Example
Text Example
White with #5294A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294A3; }
p { color: rgb(82,148,163); }
H1.HeaderClassName
{
color: #5294A3;
}
.AnyTagClassName
{
color: #5294A3;
}
</style>
background-color css
<style>
a { background-color: #5294A3; }
a { background-color: rgb(82,148,163); }
div.DivClassName
{
background-color: #5294A3;
}
.BgClassName
{
background-color: #5294A3;
}
</style>
border-color css
<style>
span { border-color: #5294A3; }
span { border-color: rgb(82,148,163); }
td.TdClassName
{
border-color: #5294A3;
}
.TagClassName
{
border-color: #5294A3;
}
</style>