Shades of Loulou #5D334E
Tints of Loulou #5D334E
RGB
CMYK
RGB Variations
Color information
#5D334E (or 0x5D334E) is known color: Loulou. HEX triplet: 5D, 33 and 4E. RGB value is (93,51,78). Sum of RGB (Red+Green+Blue) = 93+51+78=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D334E is #A2CCB1. Grayscale: #424242. Windows color (decimal): -10669234 or 5124957. OLE color: 5124957.
HSL color Cylindrical-coordinate representation of color #5D334E: hue angle of 321.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D334E is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 78 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.64 |
| HSL | 321.43º | 0.29% | 0.28% | - |
| HSV(B) | 321.43º | 0.45% | 0.36% | - |
| XYZ | 7.07 | 5.24 | 7.85 | - |
| YUV | 66.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 78 | 0 | 0.45 | 0.16 | 0.64 | 321.43 | 0.29 | 0.28 |
| Hex | 5D | 33 | 4E | 0 | 2D | 10 | 40 | 141 | 1D | 1C |
| Octal | 135 | 63 | 116 | 0 | 55 | 20 | 100 | 501 | 35 | 34 |
| Binary | 1011101 | 110011 | 1001110 | 0 | 101101 | 10000 | 1000000 | 101000001 | 11101 | 11100 |
Color Harmonies of #5D334E
Complementary color
Monochromatic Colors of #5D334E
Black with #5D334E
Text Example
Text Example
White with #5D334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D334E; }
p { color: rgb(93,51,78); }
H1.HeaderClassName
{
color: #5D334E;
}
.AnyTagClassName
{
color: #5D334E;
}
</style>
background-color css
<style>
a { background-color: #5D334E; }
a { background-color: rgb(93,51,78); }
div.DivClassName
{
background-color: #5D334E;
}
.BgClassName
{
background-color: #5D334E;
}
</style>
border-color css
<style>
span { border-color: #5D334E; }
span { border-color: rgb(93,51,78); }
td.TdClassName
{
border-color: #5D334E;
}
.TagClassName
{
border-color: #5D334E;
}
</style>