Shades of Loulou #5C2850
Tints of Loulou #5C2850
RGB
CMYK
RGB Variations
Color information
#5C2850 (or 0x5C2850) is known color: Loulou. HEX triplet: 5C, 28 and 50. RGB value is (92,40,80). Sum of RGB (Red+Green+Blue) = 92+40+80=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2850 is #A3D7AF. Grayscale: #3C3C3C. Windows color (decimal): -10737584 or 5253212. OLE color: 5253212.
HSL color Cylindrical-coordinate representation of color #5C2850: hue angle of 313.85º degrees, saturation: 0.39, 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 #5C2850 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 80 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.64 |
| HSL | 313.85º | 0.39% | 0.26% | - |
| HSV(B) | 313.85º | 0.57% | 0.36% | - |
| XYZ | 6.62 | 4.37 | 8.08 | - |
| YUV | 60.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 80 | 0 | 0.57 | 0.13 | 0.64 | 313.85 | 0.39 | 0.26 |
| Hex | 5C | 28 | 50 | 0 | 39 | D | 40 | 13A | 27 | 1A |
| Octal | 134 | 50 | 120 | 0 | 71 | 15 | 100 | 472 | 47 | 32 |
| Binary | 1011100 | 101000 | 1010000 | 0 | 111001 | 1101 | 1000000 | 100111010 | 100111 | 11010 |
Color Harmonies of #5C2850
Complementary color
Monochromatic Colors of #5C2850
Black with #5C2850
Text Example
Text Example
White with #5C2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2850; }
p { color: rgb(92,40,80); }
H1.HeaderClassName
{
color: #5C2850;
}
.AnyTagClassName
{
color: #5C2850;
}
</style>
background-color css
<style>
a { background-color: #5C2850; }
a { background-color: rgb(92,40,80); }
div.DivClassName
{
background-color: #5C2850;
}
.BgClassName
{
background-color: #5C2850;
}
</style>
border-color css
<style>
span { border-color: #5C2850; }
span { border-color: rgb(92,40,80); }
td.TdClassName
{
border-color: #5C2850;
}
.TagClassName
{
border-color: #5C2850;
}
</style>