Shades of Loulou #5C2C50
Tints of Loulou #5C2C50
RGB
CMYK
RGB Variations
Color information
#5C2C50 (or 0x5C2C50) is known color: Loulou. HEX triplet: 5C, 2C and 50. RGB value is (92,44,80). Sum of RGB (Red+Green+Blue) = 92+44+80=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2C50 is #A3D3AF. Grayscale: #3E3E3E. Windows color (decimal): -10736560 or 5254236. OLE color: 5254236.
HSL color Cylindrical-coordinate representation of color #5C2C50: hue angle of 315º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C50 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 80 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.64 |
| HSL | 315º | 0.35% | 0.27% | - |
| HSV(B) | 315º | 0.52% | 0.36% | - |
| XYZ | 6.76 | 4.66 | 8.13 | - |
| YUV | 62.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 80 | 0 | 0.52 | 0.13 | 0.64 | 315 | 0.35 | 0.27 |
| Hex | 5C | 2C | 50 | 0 | 34 | D | 40 | 13B | 23 | 1B |
| Octal | 134 | 54 | 120 | 0 | 64 | 15 | 100 | 473 | 43 | 33 |
| Binary | 1011100 | 101100 | 1010000 | 0 | 110100 | 1101 | 1000000 | 100111011 | 100011 | 11011 |
Color Harmonies of #5C2C50
Complementary color
Monochromatic Colors of #5C2C50
Black with #5C2C50
Text Example
Text Example
White with #5C2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C50; }
p { color: rgb(92,44,80); }
H1.HeaderClassName
{
color: #5C2C50;
}
.AnyTagClassName
{
color: #5C2C50;
}
</style>
background-color css
<style>
a { background-color: #5C2C50; }
a { background-color: rgb(92,44,80); }
div.DivClassName
{
background-color: #5C2C50;
}
.BgClassName
{
background-color: #5C2C50;
}
</style>
border-color css
<style>
span { border-color: #5C2C50; }
span { border-color: rgb(92,44,80); }
td.TdClassName
{
border-color: #5C2C50;
}
.TagClassName
{
border-color: #5C2C50;
}
</style>