Shades of Loulou #5D274E
Tints of Loulou #5D274E
RGB
CMYK
RGB Variations
Color information
#5D274E (or 0x5D274E) is known color: Loulou. HEX triplet: 5D, 27 and 4E. RGB value is (93,39,78). Sum of RGB (Red+Green+Blue) = 93+39+78=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D274E is #A2D8B1. Grayscale: #3B3B3B. Windows color (decimal): -10672306 or 5121885. OLE color: 5121885.
HSL color Cylindrical-coordinate representation of color #5D274E: hue angle of 316.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D274E is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 78 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.64 |
| HSL | 316.67º | 0.41% | 0.26% | - |
| HSV(B) | 316.67º | 0.58% | 0.36% | - |
| XYZ | 6.61 | 4.33 | 7.69 | - |
| YUV | 59.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 78 | 0 | 0.58 | 0.16 | 0.64 | 316.67 | 0.41 | 0.26 |
| Hex | 5D | 27 | 4E | 0 | 3A | 10 | 40 | 13D | 29 | 1A |
| Octal | 135 | 47 | 116 | 0 | 72 | 20 | 100 | 475 | 51 | 32 |
| Binary | 1011101 | 100111 | 1001110 | 0 | 111010 | 10000 | 1000000 | 100111101 | 101001 | 11010 |
Color Harmonies of #5D274E
Complementary color
Monochromatic Colors of #5D274E
Black with #5D274E
Text Example
Text Example
White with #5D274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D274E; }
p { color: rgb(93,39,78); }
H1.HeaderClassName
{
color: #5D274E;
}
.AnyTagClassName
{
color: #5D274E;
}
</style>
background-color css
<style>
a { background-color: #5D274E; }
a { background-color: rgb(93,39,78); }
div.DivClassName
{
background-color: #5D274E;
}
.BgClassName
{
background-color: #5D274E;
}
</style>
border-color css
<style>
span { border-color: #5D274E; }
span { border-color: rgb(93,39,78); }
td.TdClassName
{
border-color: #5D274E;
}
.TagClassName
{
border-color: #5D274E;
}
</style>