Shades of Hippie Blue #548498
Tints of Hippie Blue #548498
RGB
CMYK
RGB Variations
Color information
#548498 (or 0x548498) is known color: Hippie Blue. HEX triplet: 54, 84 and 98. RGB value is (84,132,152). Sum of RGB (Red+Green+Blue) = 84+132+152=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #548498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548498 is #AB7B67. Grayscale: #777777. Windows color (decimal): -11238248 or 9995348. OLE color: 9995348.
HSL color Cylindrical-coordinate representation of color #548498: hue angle of 197.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #548498 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 132 | 152 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.40 |
| HSL | 197.65º | 0.29% | 0.46% | - |
| HSV(B) | 197.65º | 0.45% | 0.6% | - |
| XYZ | 17.57 | 20.65 | 32.77 | - |
| YUV | 119.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 152 | 0.45 | 0.13 | 0 | 0.40 | 197.65 | 0.29 | 0.46 |
| Hex | 54 | 84 | 98 | 2D | D | 0 | 28 | C6 | 1D | 2E |
| Octal | 124 | 204 | 230 | 55 | 15 | 0 | 50 | 306 | 35 | 56 |
| Binary | 1010100 | 10000100 | 10011000 | 101101 | 1101 | 0 | 101000 | 11000110 | 11101 | 101110 |
Color Harmonies of #548498
Complementary color
Monochromatic Colors of #548498
Black with #548498
Text Example
Text Example
White with #548498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548498; }
p { color: rgb(84,132,152); }
H1.HeaderClassName
{
color: #548498;
}
.AnyTagClassName
{
color: #548498;
}
</style>
background-color css
<style>
a { background-color: #548498; }
a { background-color: rgb(84,132,152); }
div.DivClassName
{
background-color: #548498;
}
.BgClassName
{
background-color: #548498;
}
</style>
border-color css
<style>
span { border-color: #548498; }
span { border-color: rgb(84,132,152); }
td.TdClassName
{
border-color: #548498;
}
.TagClassName
{
border-color: #548498;
}
</style>