Shades of Hippie Blue #54819B
Tints of Hippie Blue #54819B
RGB
CMYK
RGB Variations
Color information
#54819B (or 0x54819B) is known color: Hippie Blue. HEX triplet: 54, 81 and 9B. RGB value is (84,129,155). Sum of RGB (Red+Green+Blue) = 84+129+155=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #54819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54819B is #AB7E64. Grayscale: #767676. Windows color (decimal): -11239013 or 10191188. OLE color: 10191188.
HSL color Cylindrical-coordinate representation of color #54819B: hue angle of 201.97º 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 #54819B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 129 | 155 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.39 |
| HSL | 201.97º | 0.3% | 0.47% | - |
| HSV(B) | 201.97º | 0.46% | 0.61% | - |
| XYZ | 17.42 | 19.95 | 33.94 | - |
| YUV | 118.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 155 | 0.46 | 0.17 | 0 | 0.39 | 201.97 | 0.3 | 0.47 |
| Hex | 54 | 81 | 9B | 2E | 11 | 0 | 27 | CA | 1E | 2F |
| Octal | 124 | 201 | 233 | 56 | 21 | 0 | 47 | 312 | 36 | 57 |
| Binary | 1010100 | 10000001 | 10011011 | 101110 | 10001 | 0 | 100111 | 11001010 | 11110 | 101111 |
Color Harmonies of #54819B
Complementary color
Monochromatic Colors of #54819B
Black with #54819B
Text Example
Text Example
White with #54819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54819B; }
p { color: rgb(84,129,155); }
H1.HeaderClassName
{
color: #54819B;
}
.AnyTagClassName
{
color: #54819B;
}
</style>
background-color css
<style>
a { background-color: #54819B; }
a { background-color: rgb(84,129,155); }
div.DivClassName
{
background-color: #54819B;
}
.BgClassName
{
background-color: #54819B;
}
</style>
border-color css
<style>
span { border-color: #54819B; }
span { border-color: rgb(84,129,155); }
td.TdClassName
{
border-color: #54819B;
}
.TagClassName
{
border-color: #54819B;
}
</style>