Shades of Hippie Blue #548B99
Tints of Hippie Blue #548B99
RGB
CMYK
RGB Variations
Color information
#548B99 (or 0x548B99) is known color: Hippie Blue. HEX triplet: 54, 8B and 99. RGB value is (84,139,153). Sum of RGB (Red+Green+Blue) = 84+139+153=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #548B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548B99 is #AB7466. Grayscale: #7C7C7C. Windows color (decimal): -11236455 or 10062676. OLE color: 10062676.
HSL color Cylindrical-coordinate representation of color #548B99: hue angle of 192.17º 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 #548B99 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 139 | 153 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.4 |
| HSL | 192.17º | 0.29% | 0.46% | - |
| HSV(B) | 192.17º | 0.45% | 0.6% | - |
| XYZ | 18.64 | 22.65 | 33.53 | - |
| YUV | 124.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 153 | 0.45 | 0.09 | 0 | 0.4 | 192.17 | 0.29 | 0.46 |
| Hex | 54 | 8B | 99 | 2D | 9 | 0 | 28 | C0 | 1D | 2E |
| Octal | 124 | 213 | 231 | 55 | 11 | 0 | 50 | 300 | 35 | 56 |
| Binary | 1010100 | 10001011 | 10011001 | 101101 | 1001 | 0 | 101000 | 11000000 | 11101 | 101110 |
Color Harmonies of #548B99
Complementary color
Monochromatic Colors of #548B99
Black with #548B99
Text Example
Text Example
White with #548B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B99; }
p { color: rgb(84,139,153); }
H1.HeaderClassName
{
color: #548B99;
}
.AnyTagClassName
{
color: #548B99;
}
</style>
background-color css
<style>
a { background-color: #548B99; }
a { background-color: rgb(84,139,153); }
div.DivClassName
{
background-color: #548B99;
}
.BgClassName
{
background-color: #548B99;
}
</style>
border-color css
<style>
span { border-color: #548B99; }
span { border-color: rgb(84,139,153); }
td.TdClassName
{
border-color: #548B99;
}
.TagClassName
{
border-color: #548B99;
}
</style>