Shades of Hippie Blue #548494
Tints of Hippie Blue #548494
RGB
CMYK
RGB Variations
Color information
#548494 (or 0x548494) is known color: Hippie Blue. HEX triplet: 54, 84 and 94. RGB value is (84,132,148). Sum of RGB (Red+Green+Blue) = 84+132+148=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #548494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548494 is #AB7B6B. Grayscale: #777777. Windows color (decimal): -11238252 or 9733204. OLE color: 9733204.
HSL color Cylindrical-coordinate representation of color #548494: hue angle of 195º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #548494 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 132 | 148 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.42 |
| HSL | 195º | 0.28% | 0.45% | - |
| HSV(B) | 195º | 0.43% | 0.58% | - |
| XYZ | 17.25 | 20.53 | 31.07 | - |
| YUV | 119.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 148 | 0.43 | 0.11 | 0 | 0.42 | 195 | 0.28 | 0.45 |
| Hex | 54 | 84 | 94 | 2B | B | 0 | 2A | C3 | 1C | 2D |
| Octal | 124 | 204 | 224 | 53 | 13 | 0 | 52 | 303 | 34 | 55 |
| Binary | 1010100 | 10000100 | 10010100 | 101011 | 1011 | 0 | 101010 | 11000011 | 11100 | 101101 |
Color Harmonies of #548494
Complementary color
Monochromatic Colors of #548494
Black with #548494
Text Example
Text Example
White with #548494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548494; }
p { color: rgb(84,132,148); }
H1.HeaderClassName
{
color: #548494;
}
.AnyTagClassName
{
color: #548494;
}
</style>
background-color css
<style>
a { background-color: #548494; }
a { background-color: rgb(84,132,148); }
div.DivClassName
{
background-color: #548494;
}
.BgClassName
{
background-color: #548494;
}
</style>
border-color css
<style>
span { border-color: #548494; }
span { border-color: rgb(84,132,148); }
td.TdClassName
{
border-color: #548494;
}
.TagClassName
{
border-color: #548494;
}
</style>