Shades of Hippie Blue #54859C
Tints of Hippie Blue #54859C
RGB
CMYK
RGB Variations
Color information
#54859C (or 0x54859C) is known color: Hippie Blue. HEX triplet: 54, 85 and 9C. RGB value is (84,133,156). Sum of RGB (Red+Green+Blue) = 84+133+156=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #54859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859C is #AB7A63. Grayscale: #787878. Windows color (decimal): -11237988 or 10257748. OLE color: 10257748.
HSL color Cylindrical-coordinate representation of color #54859C: hue angle of 199.17º 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 #54859C is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 133 | 156 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.39 |
| HSL | 199.17º | 0.3% | 0.47% | - |
| HSV(B) | 199.17º | 0.46% | 0.61% | - |
| XYZ | 18.04 | 21.06 | 34.57 | - |
| YUV | 120.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 156 | 0.46 | 0.15 | 0 | 0.39 | 199.17 | 0.3 | 0.47 |
| Hex | 54 | 85 | 9C | 2E | F | 0 | 27 | C7 | 1E | 2F |
| Octal | 124 | 205 | 234 | 56 | 17 | 0 | 47 | 307 | 36 | 57 |
| Binary | 1010100 | 10000101 | 10011100 | 101110 | 1111 | 0 | 100111 | 11000111 | 11110 | 101111 |
Color Harmonies of #54859C
Complementary color
Monochromatic Colors of #54859C
Black with #54859C
Text Example
Text Example
White with #54859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54859C; }
p { color: rgb(84,133,156); }
H1.HeaderClassName
{
color: #54859C;
}
.AnyTagClassName
{
color: #54859C;
}
</style>
background-color css
<style>
a { background-color: #54859C; }
a { background-color: rgb(84,133,156); }
div.DivClassName
{
background-color: #54859C;
}
.BgClassName
{
background-color: #54859C;
}
</style>
border-color css
<style>
span { border-color: #54859C; }
span { border-color: rgb(84,133,156); }
td.TdClassName
{
border-color: #54859C;
}
.TagClassName
{
border-color: #54859C;
}
</style>