Shades of Loulou #5D2D50
Tints of Loulou #5D2D50
RGB
CMYK
RGB Variations
Color information
#5D2D50 (or 0x5D2D50) is known color: Loulou. HEX triplet: 5D, 2D and 50. RGB value is (93,45,80). Sum of RGB (Red+Green+Blue) = 93+45+80=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D50 is #A2D2AF. Grayscale: #3F3F3F. Windows color (decimal): -10670768 or 5254493. OLE color: 5254493.
HSL color Cylindrical-coordinate representation of color #5D2D50: hue angle of 316.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D2D50 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 45 | 80 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.64 |
| HSL | 316.25º | 0.35% | 0.27% | - |
| HSV(B) | 316.25º | 0.52% | 0.36% | - |
| XYZ | 6.9 | 4.78 | 8.15 | - |
| YUV | 63.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 80 | 0 | 0.52 | 0.14 | 0.64 | 316.25 | 0.35 | 0.27 |
| Hex | 5D | 2D | 50 | 0 | 34 | E | 40 | 13C | 23 | 1B |
| Octal | 135 | 55 | 120 | 0 | 64 | 16 | 100 | 474 | 43 | 33 |
| Binary | 1011101 | 101101 | 1010000 | 0 | 110100 | 1110 | 1000000 | 100111100 | 100011 | 11011 |
Color Harmonies of #5D2D50
Complementary color
Monochromatic Colors of #5D2D50
Black with #5D2D50
Text Example
Text Example
White with #5D2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2D50; }
p { color: rgb(93,45,80); }
H1.HeaderClassName
{
color: #5D2D50;
}
.AnyTagClassName
{
color: #5D2D50;
}
</style>
background-color css
<style>
a { background-color: #5D2D50; }
a { background-color: rgb(93,45,80); }
div.DivClassName
{
background-color: #5D2D50;
}
.BgClassName
{
background-color: #5D2D50;
}
</style>
border-color css
<style>
span { border-color: #5D2D50; }
span { border-color: rgb(93,45,80); }
td.TdClassName
{
border-color: #5D2D50;
}
.TagClassName
{
border-color: #5D2D50;
}
</style>