Shades of Hippie Blue #54859B
Tints of Hippie Blue #54859B
RGB
CMYK
RGB Variations
Color information
#54859B (or 0x54859B) is known color: Hippie Blue. HEX triplet: 54, 85 and 9B. RGB value is (84,133,155). Sum of RGB (Red+Green+Blue) = 84+133+155=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #54859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859B is #AB7A64. Grayscale: #787878. Windows color (decimal): -11237989 or 10192212. OLE color: 10192212.
HSL color Cylindrical-coordinate representation of color #54859B: hue angle of 198.59º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54859B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 133 | 155 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.39 |
| HSL | 198.59º | 0.3% | 0.47% | - |
| HSV(B) | 198.59º | 0.46% | 0.61% | - |
| XYZ | 17.96 | 21.03 | 34.12 | - |
| YUV | 120.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 155 | 0.46 | 0.14 | 0 | 0.39 | 198.59 | 0.3 | 0.47 |
| Hex | 54 | 85 | 9B | 2E | E | 0 | 27 | C7 | 1E | 2F |
| Octal | 124 | 205 | 233 | 56 | 16 | 0 | 47 | 307 | 36 | 57 |
| Binary | 1010100 | 10000101 | 10011011 | 101110 | 1110 | 0 | 100111 | 11000111 | 11110 | 101111 |
Color Harmonies of #54859B
Complementary color
Monochromatic Colors of #54859B
Black with #54859B
Text Example
Text Example
White with #54859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54859B; }
p { color: rgb(84,133,155); }
H1.HeaderClassName
{
color: #54859B;
}
.AnyTagClassName
{
color: #54859B;
}
</style>
background-color css
<style>
a { background-color: #54859B; }
a { background-color: rgb(84,133,155); }
div.DivClassName
{
background-color: #54859B;
}
.BgClassName
{
background-color: #54859B;
}
</style>
border-color css
<style>
span { border-color: #54859B; }
span { border-color: rgb(84,133,155); }
td.TdClassName
{
border-color: #54859B;
}
.TagClassName
{
border-color: #54859B;
}
</style>