Shades of Loulou #5D284C
Tints of Loulou #5D284C
RGB
CMYK
RGB Variations
Color information
#5D284C (or 0x5D284C) is known color: Loulou. HEX triplet: 5D, 28 and 4C. RGB value is (93,40,76). Sum of RGB (Red+Green+Blue) = 93+40+76=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D284C is #A2D7B3. Grayscale: #3B3B3B. Windows color (decimal): -10672052 or 4991069. OLE color: 4991069.
HSL color Cylindrical-coordinate representation of color #5D284C: hue angle of 319.25º 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 #5D284C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 40 | 76 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.64 |
| HSL | 319.25º | 0.4% | 0.26% | - |
| HSV(B) | 319.25º | 0.57% | 0.36% | - |
| XYZ | 6.58 | 4.37 | 7.33 | - |
| YUV | 59.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 76 | 0 | 0.57 | 0.18 | 0.64 | 319.25 | 0.4 | 0.26 |
| Hex | 5D | 28 | 4C | 0 | 39 | 12 | 40 | 13F | 28 | 1A |
| Octal | 135 | 50 | 114 | 0 | 71 | 22 | 100 | 477 | 50 | 32 |
| Binary | 1011101 | 101000 | 1001100 | 0 | 111001 | 10010 | 1000000 | 100111111 | 101000 | 11010 |
Color Harmonies of #5D284C
Complementary color
Monochromatic Colors of #5D284C
Black with #5D284C
Text Example
Text Example
White with #5D284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D284C; }
p { color: rgb(93,40,76); }
H1.HeaderClassName
{
color: #5D284C;
}
.AnyTagClassName
{
color: #5D284C;
}
</style>
background-color css
<style>
a { background-color: #5D284C; }
a { background-color: rgb(93,40,76); }
div.DivClassName
{
background-color: #5D284C;
}
.BgClassName
{
background-color: #5D284C;
}
</style>
border-color css
<style>
span { border-color: #5D284C; }
span { border-color: rgb(93,40,76); }
td.TdClassName
{
border-color: #5D284C;
}
.TagClassName
{
border-color: #5D284C;
}
</style>