Shades of Loulou #54354D
Tints of Loulou #54354D
RGB
CMYK
RGB Variations
Color information
#54354D (or 0x54354D) is known color: Loulou. HEX triplet: 54, 35 and 4D. RGB value is (84,53,77). Sum of RGB (Red+Green+Blue) = 84+53+77=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54354D is #ABCAB2. Grayscale: #404040. Windows color (decimal): -11258547 or 5059924. OLE color: 5059924.
HSL color Cylindrical-coordinate representation of color #54354D: hue angle of 313.55º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54354D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 77 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.67 |
| HSL | 313.55º | 0.23% | 0.27% | - |
| HSV(B) | 313.55º | 0.37% | 0.33% | - |
| XYZ | 6.27 | 4.97 | 7.65 | - |
| YUV | 65.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 77 | 0 | 0.37 | 0.08 | 0.67 | 313.55 | 0.23 | 0.27 |
| Hex | 54 | 35 | 4D | 0 | 25 | 8 | 43 | 13A | 17 | 1B |
| Octal | 124 | 65 | 115 | 0 | 45 | 10 | 103 | 472 | 27 | 33 |
| Binary | 1010100 | 110101 | 1001101 | 0 | 100101 | 1000 | 1000011 | 100111010 | 10111 | 11011 |
Color Harmonies of #54354D
Complementary color
Monochromatic Colors of #54354D
Black with #54354D
Text Example
Text Example
White with #54354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54354D; }
p { color: rgb(84,53,77); }
H1.HeaderClassName
{
color: #54354D;
}
.AnyTagClassName
{
color: #54354D;
}
</style>
background-color css
<style>
a { background-color: #54354D; }
a { background-color: rgb(84,53,77); }
div.DivClassName
{
background-color: #54354D;
}
.BgClassName
{
background-color: #54354D;
}
</style>
border-color css
<style>
span { border-color: #54354D; }
span { border-color: rgb(84,53,77); }
td.TdClassName
{
border-color: #54354D;
}
.TagClassName
{
border-color: #54354D;
}
</style>