Shades of Loulou #54334E
Tints of Loulou #54334E
RGB
CMYK
RGB Variations
Color information
#54334E (or 0x54334E) is known color: Loulou. HEX triplet: 54, 33 and 4E. RGB value is (84,51,78). Sum of RGB (Red+Green+Blue) = 84+51+78=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #54334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54334E is #ABCCB1. Grayscale: #3F3F3F. Windows color (decimal): -11259058 or 5124948. OLE color: 5124948.
HSL color Cylindrical-coordinate representation of color #54334E: hue angle of 310.91º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54334E is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 78 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.67 |
| HSL | 310.91º | 0.24% | 0.26% | - |
| HSV(B) | 310.91º | 0.39% | 0.33% | - |
| XYZ | 6.22 | 4.8 | 7.81 | - |
| YUV | 63.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 78 | 0 | 0.39 | 0.07 | 0.67 | 310.91 | 0.24 | 0.26 |
| Hex | 54 | 33 | 4E | 0 | 27 | 7 | 43 | 137 | 18 | 1A |
| Octal | 124 | 63 | 116 | 0 | 47 | 7 | 103 | 467 | 30 | 32 |
| Binary | 1010100 | 110011 | 1001110 | 0 | 100111 | 111 | 1000011 | 100110111 | 11000 | 11010 |
Color Harmonies of #54334E
Complementary color
Monochromatic Colors of #54334E
Black with #54334E
Text Example
Text Example
White with #54334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54334E; }
p { color: rgb(84,51,78); }
H1.HeaderClassName
{
color: #54334E;
}
.AnyTagClassName
{
color: #54334E;
}
</style>
background-color css
<style>
a { background-color: #54334E; }
a { background-color: rgb(84,51,78); }
div.DivClassName
{
background-color: #54334E;
}
.BgClassName
{
background-color: #54334E;
}
</style>
border-color css
<style>
span { border-color: #54334E; }
span { border-color: rgb(84,51,78); }
td.TdClassName
{
border-color: #54334E;
}
.TagClassName
{
border-color: #54334E;
}
</style>