Shades of Loulou #5C344C
Tints of Loulou #5C344C
RGB
CMYK
RGB Variations
Color information
#5C344C (or 0x5C344C) is known color: Loulou. HEX triplet: 5C, 34 and 4C. RGB value is (92,52,76). Sum of RGB (Red+Green+Blue) = 92+52+76=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C344C is #A3CBB3. Grayscale: #424242. Windows color (decimal): -10734516 or 4994140. OLE color: 4994140.
HSL color Cylindrical-coordinate representation of color #5C344C: hue angle of 324º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C344C is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 76 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.64 |
| HSL | 324º | 0.28% | 0.28% | - |
| HSV(B) | 324º | 0.43% | 0.36% | - |
| XYZ | 6.95 | 5.25 | 7.49 | - |
| YUV | 66.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 76 | 0 | 0.43 | 0.17 | 0.64 | 324 | 0.28 | 0.28 |
| Hex | 5C | 34 | 4C | 0 | 2B | 11 | 40 | 144 | 1C | 1C |
| Octal | 134 | 64 | 114 | 0 | 53 | 21 | 100 | 504 | 34 | 34 |
| Binary | 1011100 | 110100 | 1001100 | 0 | 101011 | 10001 | 1000000 | 101000100 | 11100 | 11100 |
Color Harmonies of #5C344C
Complementary color
Monochromatic Colors of #5C344C
Black with #5C344C
Text Example
Text Example
White with #5C344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C344C; }
p { color: rgb(92,52,76); }
H1.HeaderClassName
{
color: #5C344C;
}
.AnyTagClassName
{
color: #5C344C;
}
</style>
background-color css
<style>
a { background-color: #5C344C; }
a { background-color: rgb(92,52,76); }
div.DivClassName
{
background-color: #5C344C;
}
.BgClassName
{
background-color: #5C344C;
}
</style>
border-color css
<style>
span { border-color: #5C344C; }
span { border-color: rgb(92,52,76); }
td.TdClassName
{
border-color: #5C344C;
}
.TagClassName
{
border-color: #5C344C;
}
</style>