Shades of Loulou #5C284F
Tints of Loulou #5C284F
RGB
CMYK
RGB Variations
Color information
#5C284F (or 0x5C284F) is known color: Loulou. HEX triplet: 5C, 28 and 4F. RGB value is (92,40,79). Sum of RGB (Red+Green+Blue) = 92+40+79=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C284F is #A3D7B0. Grayscale: #3B3B3B. Windows color (decimal): -10737585 or 5187676. OLE color: 5187676.
HSL color Cylindrical-coordinate representation of color #5C284F: hue angle of 315º 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 #5C284F is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 40 | 79 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.64 |
| HSL | 315º | 0.39% | 0.26% | - |
| HSV(B) | 315º | 0.57% | 0.36% | - |
| XYZ | 6.58 | 4.36 | 7.89 | - |
| YUV | 59.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 79 | 0 | 0.57 | 0.14 | 0.64 | 315 | 0.39 | 0.26 |
| Hex | 5C | 28 | 4F | 0 | 39 | E | 40 | 13B | 27 | 1A |
| Octal | 134 | 50 | 117 | 0 | 71 | 16 | 100 | 473 | 47 | 32 |
| Binary | 1011100 | 101000 | 1001111 | 0 | 111001 | 1110 | 1000000 | 100111011 | 100111 | 11010 |
Color Harmonies of #5C284F
Complementary color
Monochromatic Colors of #5C284F
Black with #5C284F
Text Example
Text Example
White with #5C284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C284F; }
p { color: rgb(92,40,79); }
H1.HeaderClassName
{
color: #5C284F;
}
.AnyTagClassName
{
color: #5C284F;
}
</style>
background-color css
<style>
a { background-color: #5C284F; }
a { background-color: rgb(92,40,79); }
div.DivClassName
{
background-color: #5C284F;
}
.BgClassName
{
background-color: #5C284F;
}
</style>
border-color css
<style>
span { border-color: #5C284F; }
span { border-color: rgb(92,40,79); }
td.TdClassName
{
border-color: #5C284F;
}
.TagClassName
{
border-color: #5C284F;
}
</style>