Shades of Loulou #5C354D
Tints of Loulou #5C354D
RGB
CMYK
RGB Variations
Color information
#5C354D (or 0x5C354D) is known color: Loulou. HEX triplet: 5C, 35 and 4D. RGB value is (92,53,77). Sum of RGB (Red+Green+Blue) = 92+53+77=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C354D is #A3CAB2. Grayscale: #434343. Windows color (decimal): -10734259 or 5059932. OLE color: 5059932.
HSL color Cylindrical-coordinate representation of color #5C354D: hue angle of 323.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C354D is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 77 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.64 |
| HSL | 323.08º | 0.27% | 0.28% | - |
| HSV(B) | 323.08º | 0.42% | 0.36% | - |
| XYZ | 7.03 | 5.36 | 7.68 | - |
| YUV | 67.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 77 | 0 | 0.42 | 0.16 | 0.64 | 323.08 | 0.27 | 0.28 |
| Hex | 5C | 35 | 4D | 0 | 2A | 10 | 40 | 143 | 1B | 1C |
| Octal | 134 | 65 | 115 | 0 | 52 | 20 | 100 | 503 | 33 | 34 |
| Binary | 1011100 | 110101 | 1001101 | 0 | 101010 | 10000 | 1000000 | 101000011 | 11011 | 11100 |
Color Harmonies of #5C354D
Complementary color
Monochromatic Colors of #5C354D
Black with #5C354D
Text Example
Text Example
White with #5C354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C354D; }
p { color: rgb(92,53,77); }
H1.HeaderClassName
{
color: #5C354D;
}
.AnyTagClassName
{
color: #5C354D;
}
</style>
background-color css
<style>
a { background-color: #5C354D; }
a { background-color: rgb(92,53,77); }
div.DivClassName
{
background-color: #5C354D;
}
.BgClassName
{
background-color: #5C354D;
}
</style>
border-color css
<style>
span { border-color: #5C354D; }
span { border-color: rgb(92,53,77); }
td.TdClassName
{
border-color: #5C354D;
}
.TagClassName
{
border-color: #5C354D;
}
</style>