Shades of Hippie Blue #548899
Tints of Hippie Blue #548899
RGB
CMYK
RGB Variations
Color information
#548899 (or 0x548899) is known color: Hippie Blue. HEX triplet: 54, 88 and 99. RGB value is (84,136,153). Sum of RGB (Red+Green+Blue) = 84+136+153=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #548899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548899 is #AB7766. Grayscale: #7A7A7A. Windows color (decimal): -11237223 or 10061908. OLE color: 10061908.
HSL color Cylindrical-coordinate representation of color #548899: hue angle of 194.78º 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 #548899 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 136 | 153 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.4 |
| HSL | 194.78º | 0.29% | 0.46% | - |
| HSV(B) | 194.78º | 0.45% | 0.6% | - |
| XYZ | 18.21 | 21.79 | 33.38 | - |
| YUV | 122.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 153 | 0.45 | 0.11 | 0 | 0.4 | 194.78 | 0.29 | 0.46 |
| Hex | 54 | 88 | 99 | 2D | B | 0 | 28 | C3 | 1D | 2E |
| Octal | 124 | 210 | 231 | 55 | 13 | 0 | 50 | 303 | 35 | 56 |
| Binary | 1010100 | 10001000 | 10011001 | 101101 | 1011 | 0 | 101000 | 11000011 | 11101 | 101110 |
Color Harmonies of #548899
Complementary color
Monochromatic Colors of #548899
Black with #548899
Text Example
Text Example
White with #548899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548899; }
p { color: rgb(84,136,153); }
H1.HeaderClassName
{
color: #548899;
}
.AnyTagClassName
{
color: #548899;
}
</style>
background-color css
<style>
a { background-color: #548899; }
a { background-color: rgb(84,136,153); }
div.DivClassName
{
background-color: #548899;
}
.BgClassName
{
background-color: #548899;
}
</style>
border-color css
<style>
span { border-color: #548899; }
span { border-color: rgb(84,136,153); }
td.TdClassName
{
border-color: #548899;
}
.TagClassName
{
border-color: #548899;
}
</style>