Shades of Loulou #5D3152
Tints of Loulou #5D3152
RGB
CMYK
RGB Variations
Color information
#5D3152 (or 0x5D3152) is known color: Loulou. HEX triplet: 5D, 31 and 52. RGB value is (93,49,82). Sum of RGB (Red+Green+Blue) = 93+49+82=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3152 is #A2CEAD. Grayscale: #414141. Windows color (decimal): -10669742 or 5386589. OLE color: 5386589.
HSL color Cylindrical-coordinate representation of color #5D3152: hue angle of 315º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3152 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 82 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.64 |
| HSL | 315º | 0.31% | 0.28% | - |
| HSV(B) | 315º | 0.47% | 0.36% | - |
| XYZ | 7.14 | 5.13 | 8.6 | - |
| YUV | 65.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 82 | 0 | 0.47 | 0.12 | 0.64 | 315 | 0.31 | 0.28 |
| Hex | 5D | 31 | 52 | 0 | 2F | C | 40 | 13B | 1F | 1C |
| Octal | 135 | 61 | 122 | 0 | 57 | 14 | 100 | 473 | 37 | 34 |
| Binary | 1011101 | 110001 | 1010010 | 0 | 101111 | 1100 | 1000000 | 100111011 | 11111 | 11100 |
Color Harmonies of #5D3152
Complementary color
Monochromatic Colors of #5D3152
Black with #5D3152
Text Example
Text Example
White with #5D3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3152; }
p { color: rgb(93,49,82); }
H1.HeaderClassName
{
color: #5D3152;
}
.AnyTagClassName
{
color: #5D3152;
}
</style>
background-color css
<style>
a { background-color: #5D3152; }
a { background-color: rgb(93,49,82); }
div.DivClassName
{
background-color: #5D3152;
}
.BgClassName
{
background-color: #5D3152;
}
</style>
border-color css
<style>
span { border-color: #5D3152; }
span { border-color: rgb(93,49,82); }
td.TdClassName
{
border-color: #5D3152;
}
.TagClassName
{
border-color: #5D3152;
}
</style>