Shades of Loulou #5C2B51
Tints of Loulou #5C2B51
RGB
CMYK
RGB Variations
Color information
#5C2B51 (or 0x5C2B51) is known color: Loulou. HEX triplet: 5C, 2B and 51. RGB value is (92,43,81). Sum of RGB (Red+Green+Blue) = 92+43+81=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2B51 is #A3D4AE. Grayscale: #3D3D3D. Windows color (decimal): -10736815 or 5319516. OLE color: 5319516.
HSL color Cylindrical-coordinate representation of color #5C2B51: hue angle of 313.47º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B51 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 81 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.64 |
| HSL | 313.47º | 0.36% | 0.26% | - |
| HSV(B) | 313.47º | 0.53% | 0.36% | - |
| XYZ | 6.76 | 4.6 | 8.32 | - |
| YUV | 61.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 81 | 0 | 0.53 | 0.12 | 0.64 | 313.47 | 0.36 | 0.26 |
| Hex | 5C | 2B | 51 | 0 | 35 | C | 40 | 139 | 24 | 1A |
| Octal | 134 | 53 | 121 | 0 | 65 | 14 | 100 | 471 | 44 | 32 |
| Binary | 1011100 | 101011 | 1010001 | 0 | 110101 | 1100 | 1000000 | 100111001 | 100100 | 11010 |
Color Harmonies of #5C2B51
Complementary color
Monochromatic Colors of #5C2B51
Black with #5C2B51
Text Example
Text Example
White with #5C2B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B51; }
p { color: rgb(92,43,81); }
H1.HeaderClassName
{
color: #5C2B51;
}
.AnyTagClassName
{
color: #5C2B51;
}
</style>
background-color css
<style>
a { background-color: #5C2B51; }
a { background-color: rgb(92,43,81); }
div.DivClassName
{
background-color: #5C2B51;
}
.BgClassName
{
background-color: #5C2B51;
}
</style>
border-color css
<style>
span { border-color: #5C2B51; }
span { border-color: rgb(92,43,81); }
td.TdClassName
{
border-color: #5C2B51;
}
.TagClassName
{
border-color: #5C2B51;
}
</style>