Shades of Hippie Blue #548FA0
Tints of Hippie Blue #548FA0
RGB
CMYK
RGB Variations
Color information
#548FA0 (or 0x548FA0) is known color: Hippie Blue. HEX triplet: 54, 8F and A0. RGB value is (84,143,160). Sum of RGB (Red+Green+Blue) = 84+143+160=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #548FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FA0 is #AB705F. Grayscale: #7F7F7F. Windows color (decimal): -11235424 or 10522452. OLE color: 10522452.
HSL color Cylindrical-coordinate representation of color #548FA0: hue angle of 193.42º 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 #548FA0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 143 | 160 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.37 |
| HSL | 193.42º | 0.31% | 0.48% | - |
| HSV(B) | 193.42º | 0.48% | 0.63% | - |
| XYZ | 19.82 | 24.07 | 36.86 | - |
| YUV | 127.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 160 | 0.48 | 0.11 | 0 | 0.37 | 193.42 | 0.31 | 0.48 |
| Hex | 54 | 8F | A0 | 30 | B | 0 | 25 | C1 | 1F | 30 |
| Octal | 124 | 217 | 240 | 60 | 13 | 0 | 45 | 301 | 37 | 60 |
| Binary | 1010100 | 10001111 | 10100000 | 110000 | 1011 | 0 | 100101 | 11000001 | 11111 | 110000 |
Color Harmonies of #548FA0
Complementary color
Monochromatic Colors of #548FA0
Black with #548FA0
Text Example
Text Example
White with #548FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FA0; }
p { color: rgb(84,143,160); }
H1.HeaderClassName
{
color: #548FA0;
}
.AnyTagClassName
{
color: #548FA0;
}
</style>
background-color css
<style>
a { background-color: #548FA0; }
a { background-color: rgb(84,143,160); }
div.DivClassName
{
background-color: #548FA0;
}
.BgClassName
{
background-color: #548FA0;
}
</style>
border-color css
<style>
span { border-color: #548FA0; }
span { border-color: rgb(84,143,160); }
td.TdClassName
{
border-color: #548FA0;
}
.TagClassName
{
border-color: #548FA0;
}
</style>