Shades of Loulou #54354F
Tints of Loulou #54354F
RGB
CMYK
RGB Variations
Color information
#54354F (or 0x54354F) is known color: Loulou. HEX triplet: 54, 35 and 4F. RGB value is (84,53,79). Sum of RGB (Red+Green+Blue) = 84+53+79=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54354F is #ABCAB0. Grayscale: #414141. Windows color (decimal): -11258545 or 5190996. OLE color: 5190996.
HSL color Cylindrical-coordinate representation of color #54354F: hue angle of 309.68º 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 #54354F is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 79 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.67 |
| HSL | 309.68º | 0.23% | 0.27% | - |
| HSV(B) | 309.68º | 0.37% | 0.33% | - |
| XYZ | 6.34 | 5 | 8.03 | - |
| YUV | 65.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 79 | 0 | 0.37 | 0.06 | 0.67 | 309.68 | 0.23 | 0.27 |
| Hex | 54 | 35 | 4F | 0 | 25 | 6 | 43 | 136 | 17 | 1B |
| Octal | 124 | 65 | 117 | 0 | 45 | 6 | 103 | 466 | 27 | 33 |
| Binary | 1010100 | 110101 | 1001111 | 0 | 100101 | 110 | 1000011 | 100110110 | 10111 | 11011 |
Color Harmonies of #54354F
Complementary color
Monochromatic Colors of #54354F
Black with #54354F
Text Example
Text Example
White with #54354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54354F; }
p { color: rgb(84,53,79); }
H1.HeaderClassName
{
color: #54354F;
}
.AnyTagClassName
{
color: #54354F;
}
</style>
background-color css
<style>
a { background-color: #54354F; }
a { background-color: rgb(84,53,79); }
div.DivClassName
{
background-color: #54354F;
}
.BgClassName
{
background-color: #54354F;
}
</style>
border-color css
<style>
span { border-color: #54354F; }
span { border-color: rgb(84,53,79); }
td.TdClassName
{
border-color: #54354F;
}
.TagClassName
{
border-color: #54354F;
}
</style>