Shades of Hippie Blue #548293
Tints of Hippie Blue #548293
RGB
CMYK
RGB Variations
Color information
#548293 (or 0x548293) is known color: Hippie Blue. HEX triplet: 54, 82 and 93. RGB value is (84,130,147). Sum of RGB (Red+Green+Blue) = 84+130+147=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #548293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548293 is #AB7D6C. Grayscale: #767676. Windows color (decimal): -11238765 or 9667156. OLE color: 9667156.
HSL color Cylindrical-coordinate representation of color #548293: hue angle of 196.19º degrees, saturation: 0.27, 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 #548293 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 130 | 147 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.42 |
| HSL | 196.19º | 0.27% | 0.45% | - |
| HSV(B) | 196.19º | 0.43% | 0.58% | - |
| XYZ | 16.91 | 19.96 | 30.56 | - |
| YUV | 118.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 147 | 0.43 | 0.12 | 0 | 0.42 | 196.19 | 0.27 | 0.45 |
| Hex | 54 | 82 | 93 | 2B | C | 0 | 2A | C4 | 1B | 2D |
| Octal | 124 | 202 | 223 | 53 | 14 | 0 | 52 | 304 | 33 | 55 |
| Binary | 1010100 | 10000010 | 10010011 | 101011 | 1100 | 0 | 101010 | 11000100 | 11011 | 101101 |
Color Harmonies of #548293
Complementary color
Monochromatic Colors of #548293
Black with #548293
Text Example
Text Example
White with #548293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548293; }
p { color: rgb(84,130,147); }
H1.HeaderClassName
{
color: #548293;
}
.AnyTagClassName
{
color: #548293;
}
</style>
background-color css
<style>
a { background-color: #548293; }
a { background-color: rgb(84,130,147); }
div.DivClassName
{
background-color: #548293;
}
.BgClassName
{
background-color: #548293;
}
</style>
border-color css
<style>
span { border-color: #548293; }
span { border-color: rgb(84,130,147); }
td.TdClassName
{
border-color: #548293;
}
.TagClassName
{
border-color: #548293;
}
</style>