Shades of Hippie Blue #548194
Tints of Hippie Blue #548194
RGB
CMYK
RGB Variations
Color information
#548194 (or 0x548194) is known color: Hippie Blue. HEX triplet: 54, 81 and 94. RGB value is (84,129,148). Sum of RGB (Red+Green+Blue) = 84+129+148=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #548194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548194 is #AB7E6B. Grayscale: #757575. Windows color (decimal): -11239020 or 9732436. OLE color: 9732436.
HSL color Cylindrical-coordinate representation of color #548194: hue angle of 197.81º 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 #548194 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 129 | 148 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.42 |
| HSL | 197.81º | 0.28% | 0.45% | - |
| HSV(B) | 197.81º | 0.43% | 0.58% | - |
| XYZ | 16.85 | 19.72 | 30.94 | - |
| YUV | 117.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 148 | 0.43 | 0.13 | 0 | 0.42 | 197.81 | 0.28 | 0.45 |
| Hex | 54 | 81 | 94 | 2B | D | 0 | 2A | C6 | 1C | 2D |
| Octal | 124 | 201 | 224 | 53 | 15 | 0 | 52 | 306 | 34 | 55 |
| Binary | 1010100 | 10000001 | 10010100 | 101011 | 1101 | 0 | 101010 | 11000110 | 11100 | 101101 |
Color Harmonies of #548194
Complementary color
Monochromatic Colors of #548194
Black with #548194
Text Example
Text Example
White with #548194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548194; }
p { color: rgb(84,129,148); }
H1.HeaderClassName
{
color: #548194;
}
.AnyTagClassName
{
color: #548194;
}
</style>
background-color css
<style>
a { background-color: #548194; }
a { background-color: rgb(84,129,148); }
div.DivClassName
{
background-color: #548194;
}
.BgClassName
{
background-color: #548194;
}
</style>
border-color css
<style>
span { border-color: #548194; }
span { border-color: rgb(84,129,148); }
td.TdClassName
{
border-color: #548194;
}
.TagClassName
{
border-color: #548194;
}
</style>