Shades of Loulou #5D284F
Tints of Loulou #5D284F
RGB
CMYK
RGB Variations
Color information
#5D284F (or 0x5D284F) is known color: Loulou. HEX triplet: 5D, 28 and 4F. RGB value is (93,40,79). Sum of RGB (Red+Green+Blue) = 93+40+79=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 93 - color contains mainly: red. Hex color #5D284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D284F is #A2D7B0. Grayscale: #3C3C3C. Windows color (decimal): -10672049 or 5187677. OLE color: 5187677.
HSL color Cylindrical-coordinate representation of color #5D284F: hue angle of 315.85º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D284F is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 40 | 79 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.64 |
| HSL | 315.85º | 0.4% | 0.26% | - |
| HSV(B) | 315.85º | 0.57% | 0.36% | - |
| XYZ | 6.68 | 4.41 | 7.9 | - |
| YUV | 60.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 79 | 0 | 0.57 | 0.15 | 0.64 | 315.85 | 0.4 | 0.26 |
| Hex | 5D | 28 | 4F | 0 | 39 | F | 40 | 13C | 28 | 1A |
| Octal | 135 | 50 | 117 | 0 | 71 | 17 | 100 | 474 | 50 | 32 |
| Binary | 1011101 | 101000 | 1001111 | 0 | 111001 | 1111 | 1000000 | 100111100 | 101000 | 11010 |
Color Harmonies of #5D284F
Complementary color
Monochromatic Colors of #5D284F
Black with #5D284F
Text Example
Text Example
White with #5D284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D284F; }
p { color: rgb(93,40,79); }
H1.HeaderClassName
{
color: #5D284F;
}
.AnyTagClassName
{
color: #5D284F;
}
</style>
background-color css
<style>
a { background-color: #5D284F; }
a { background-color: rgb(93,40,79); }
div.DivClassName
{
background-color: #5D284F;
}
.BgClassName
{
background-color: #5D284F;
}
</style>
border-color css
<style>
span { border-color: #5D284F; }
span { border-color: rgb(93,40,79); }
td.TdClassName
{
border-color: #5D284F;
}
.TagClassName
{
border-color: #5D284F;
}
</style>