Shades of Hippie Blue #54859D
Tints of Hippie Blue #54859D
RGB
CMYK
RGB Variations
Color information
#54859D (or 0x54859D) is known color: Hippie Blue. HEX triplet: 54, 85 and 9D. RGB value is (84,133,157). Sum of RGB (Red+Green+Blue) = 84+133+157=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #54859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859D is #AB7A62. Grayscale: #787878. Windows color (decimal): -11237987 or 10323284. OLE color: 10323284.
HSL color Cylindrical-coordinate representation of color #54859D: hue angle of 199.73º 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 #54859D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 133 | 157 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.38 |
| HSL | 199.73º | 0.3% | 0.47% | - |
| HSV(B) | 199.73º | 0.46% | 0.62% | - |
| XYZ | 18.13 | 21.09 | 35.01 | - |
| YUV | 121.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 157 | 0.46 | 0.15 | 0 | 0.38 | 199.73 | 0.3 | 0.47 |
| Hex | 54 | 85 | 9D | 2E | F | 0 | 26 | C8 | 1E | 2F |
| Octal | 124 | 205 | 235 | 56 | 17 | 0 | 46 | 310 | 36 | 57 |
| Binary | 1010100 | 10000101 | 10011101 | 101110 | 1111 | 0 | 100110 | 11001000 | 11110 | 101111 |
Color Harmonies of #54859D
Complementary color
Monochromatic Colors of #54859D
Black with #54859D
Text Example
Text Example
White with #54859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54859D; }
p { color: rgb(84,133,157); }
H1.HeaderClassName
{
color: #54859D;
}
.AnyTagClassName
{
color: #54859D;
}
</style>
background-color css
<style>
a { background-color: #54859D; }
a { background-color: rgb(84,133,157); }
div.DivClassName
{
background-color: #54859D;
}
.BgClassName
{
background-color: #54859D;
}
</style>
border-color css
<style>
span { border-color: #54859D; }
span { border-color: rgb(84,133,157); }
td.TdClassName
{
border-color: #54859D;
}
.TagClassName
{
border-color: #54859D;
}
</style>