Shades of Hippie Blue #548896
Tints of Hippie Blue #548896
RGB
CMYK
RGB Variations
Color information
#548896 (or 0x548896) is known color: Hippie Blue. HEX triplet: 54, 88 and 96. RGB value is (84,136,150). Sum of RGB (Red+Green+Blue) = 84+136+150=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #548896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548896 is #AB7769. Grayscale: #797979. Windows color (decimal): -11237226 or 9865300. OLE color: 9865300.
HSL color Cylindrical-coordinate representation of color #548896: hue angle of 192.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #548896 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 136 | 150 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.41 |
| HSL | 192.73º | 0.28% | 0.46% | - |
| HSV(B) | 192.73º | 0.44% | 0.59% | - |
| XYZ | 17.97 | 21.7 | 32.09 | - |
| YUV | 122.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 150 | 0.44 | 0.09 | 0 | 0.41 | 192.73 | 0.28 | 0.46 |
| Hex | 54 | 88 | 96 | 2C | 9 | 0 | 29 | C1 | 1C | 2E |
| Octal | 124 | 210 | 226 | 54 | 11 | 0 | 51 | 301 | 34 | 56 |
| Binary | 1010100 | 10001000 | 10010110 | 101100 | 1001 | 0 | 101001 | 11000001 | 11100 | 101110 |
Color Harmonies of #548896
Complementary color
Monochromatic Colors of #548896
Black with #548896
Text Example
Text Example
White with #548896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548896; }
p { color: rgb(84,136,150); }
H1.HeaderClassName
{
color: #548896;
}
.AnyTagClassName
{
color: #548896;
}
</style>
background-color css
<style>
a { background-color: #548896; }
a { background-color: rgb(84,136,150); }
div.DivClassName
{
background-color: #548896;
}
.BgClassName
{
background-color: #548896;
}
</style>
border-color css
<style>
span { border-color: #548896; }
span { border-color: rgb(84,136,150); }
td.TdClassName
{
border-color: #548896;
}
.TagClassName
{
border-color: #548896;
}
</style>