Shades of Hippie Blue #54899B
Tints of Hippie Blue #54899B
RGB
CMYK
RGB Variations
Color information
#54899B (or 0x54899B) is known color: Hippie Blue. HEX triplet: 54, 89 and 9B. RGB value is (84,137,155). Sum of RGB (Red+Green+Blue) = 84+137+155=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #54899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54899B is #AB7664. Grayscale: #7B7B7B. Windows color (decimal): -11236965 or 10193236. OLE color: 10193236.
HSL color Cylindrical-coordinate representation of color #54899B: hue angle of 195.21º 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 #54899B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 137 | 155 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.39 |
| HSL | 195.21º | 0.3% | 0.47% | - |
| HSV(B) | 195.21º | 0.46% | 0.61% | - |
| XYZ | 18.52 | 22.14 | 34.31 | - |
| YUV | 123.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 155 | 0.46 | 0.12 | 0 | 0.39 | 195.21 | 0.3 | 0.47 |
| Hex | 54 | 89 | 9B | 2E | C | 0 | 27 | C3 | 1E | 2F |
| Octal | 124 | 211 | 233 | 56 | 14 | 0 | 47 | 303 | 36 | 57 |
| Binary | 1010100 | 10001001 | 10011011 | 101110 | 1100 | 0 | 100111 | 11000011 | 11110 | 101111 |
Color Harmonies of #54899B
Complementary color
Monochromatic Colors of #54899B
Black with #54899B
Text Example
Text Example
White with #54899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54899B; }
p { color: rgb(84,137,155); }
H1.HeaderClassName
{
color: #54899B;
}
.AnyTagClassName
{
color: #54899B;
}
</style>
background-color css
<style>
a { background-color: #54899B; }
a { background-color: rgb(84,137,155); }
div.DivClassName
{
background-color: #54899B;
}
.BgClassName
{
background-color: #54899B;
}
</style>
border-color css
<style>
span { border-color: #54899B; }
span { border-color: rgb(84,137,155); }
td.TdClassName
{
border-color: #54899B;
}
.TagClassName
{
border-color: #54899B;
}
</style>