Shades of Hippie Blue #548FA1
Tints of Hippie Blue #548FA1
RGB
CMYK
RGB Variations
Color information
#548FA1 (or 0x548FA1) is known color: Hippie Blue. HEX triplet: 54, 8F and A1. RGB value is (84,143,161). Sum of RGB (Red+Green+Blue) = 84+143+161=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #548FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FA1 is #AB705E. Grayscale: #7F7F7F. Windows color (decimal): -11235423 or 10587988. OLE color: 10587988.
HSL color Cylindrical-coordinate representation of color #548FA1: hue angle of 194.03º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #548FA1 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 143 | 161 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.37 |
| HSL | 194.03º | 0.31% | 0.48% | - |
| HSV(B) | 194.03º | 0.48% | 0.63% | - |
| XYZ | 19.91 | 24.1 | 37.32 | - |
| YUV | 127.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 161 | 0.48 | 0.11 | 0 | 0.37 | 194.03 | 0.31 | 0.48 |
| Hex | 54 | 8F | A1 | 30 | B | 0 | 25 | C2 | 1F | 30 |
| Octal | 124 | 217 | 241 | 60 | 13 | 0 | 45 | 302 | 37 | 60 |
| Binary | 1010100 | 10001111 | 10100001 | 110000 | 1011 | 0 | 100101 | 11000010 | 11111 | 110000 |
Color Harmonies of #548FA1
Complementary color
Monochromatic Colors of #548FA1
Black with #548FA1
Text Example
Text Example
White with #548FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FA1; }
p { color: rgb(84,143,161); }
H1.HeaderClassName
{
color: #548FA1;
}
.AnyTagClassName
{
color: #548FA1;
}
</style>
background-color css
<style>
a { background-color: #548FA1; }
a { background-color: rgb(84,143,161); }
div.DivClassName
{
background-color: #548FA1;
}
.BgClassName
{
background-color: #548FA1;
}
</style>
border-color css
<style>
span { border-color: #548FA1; }
span { border-color: rgb(84,143,161); }
td.TdClassName
{
border-color: #548FA1;
}
.TagClassName
{
border-color: #548FA1;
}
</style>