Shades of Hippie Blue #54879D
Tints of Hippie Blue #54879D
RGB
CMYK
RGB Variations
Color information
#54879D (or 0x54879D) is known color: Hippie Blue. HEX triplet: 54, 87 and 9D. RGB value is (84,135,157). Sum of RGB (Red+Green+Blue) = 84+135+157=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #54879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54879D is #AB7862. Grayscale: #7A7A7A. Windows color (decimal): -11237475 or 10323796. OLE color: 10323796.
HSL color Cylindrical-coordinate representation of color #54879D: hue angle of 198.08º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54879D is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 135 | 157 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.38 |
| HSL | 198.08º | 0.3% | 0.47% | - |
| HSV(B) | 198.08º | 0.46% | 0.62% | - |
| XYZ | 18.41 | 21.65 | 35.11 | - |
| YUV | 122.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 157 | 0.46 | 0.14 | 0 | 0.38 | 198.08 | 0.3 | 0.47 |
| Hex | 54 | 87 | 9D | 2E | E | 0 | 26 | C6 | 1E | 2F |
| Octal | 124 | 207 | 235 | 56 | 16 | 0 | 46 | 306 | 36 | 57 |
| Binary | 1010100 | 10000111 | 10011101 | 101110 | 1110 | 0 | 100110 | 11000110 | 11110 | 101111 |
Color Harmonies of #54879D
Complementary color
Monochromatic Colors of #54879D
Black with #54879D
Text Example
Text Example
White with #54879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54879D; }
p { color: rgb(84,135,157); }
H1.HeaderClassName
{
color: #54879D;
}
.AnyTagClassName
{
color: #54879D;
}
</style>
background-color css
<style>
a { background-color: #54879D; }
a { background-color: rgb(84,135,157); }
div.DivClassName
{
background-color: #54879D;
}
.BgClassName
{
background-color: #54879D;
}
</style>
border-color css
<style>
span { border-color: #54879D; }
span { border-color: rgb(84,135,157); }
td.TdClassName
{
border-color: #54879D;
}
.TagClassName
{
border-color: #54879D;
}
</style>