Shades of Loulou #5D344D
Tints of Loulou #5D344D
RGB
CMYK
RGB Variations
Color information
#5D344D (or 0x5D344D) is known color: Loulou. HEX triplet: 5D, 34 and 4D. RGB value is (93,52,77). Sum of RGB (Red+Green+Blue) = 93+52+77=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D344D is #A2CBB2. Grayscale: #434343. Windows color (decimal): -10668979 or 5059677. OLE color: 5059677.
HSL color Cylindrical-coordinate representation of color #5D344D: hue angle of 323.41º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D344D is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 77 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.64 |
| HSL | 323.41º | 0.28% | 0.28% | - |
| HSV(B) | 323.41º | 0.44% | 0.36% | - |
| XYZ | 7.08 | 5.32 | 7.67 | - |
| YUV | 67.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 77 | 0 | 0.44 | 0.17 | 0.64 | 323.41 | 0.28 | 0.28 |
| Hex | 5D | 34 | 4D | 0 | 2C | 11 | 40 | 143 | 1C | 1C |
| Octal | 135 | 64 | 115 | 0 | 54 | 21 | 100 | 503 | 34 | 34 |
| Binary | 1011101 | 110100 | 1001101 | 0 | 101100 | 10001 | 1000000 | 101000011 | 11100 | 11100 |
Color Harmonies of #5D344D
Complementary color
Monochromatic Colors of #5D344D
Black with #5D344D
Text Example
Text Example
White with #5D344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D344D; }
p { color: rgb(93,52,77); }
H1.HeaderClassName
{
color: #5D344D;
}
.AnyTagClassName
{
color: #5D344D;
}
</style>
background-color css
<style>
a { background-color: #5D344D; }
a { background-color: rgb(93,52,77); }
div.DivClassName
{
background-color: #5D344D;
}
.BgClassName
{
background-color: #5D344D;
}
</style>
border-color css
<style>
span { border-color: #5D344D; }
span { border-color: rgb(93,52,77); }
td.TdClassName
{
border-color: #5D344D;
}
.TagClassName
{
border-color: #5D344D;
}
</style>