Shades of Loulou #56384A
Tints of Loulou #56384A
RGB
CMYK
RGB Variations
Color information
#56384A (or 0x56384A) is known color: Loulou. HEX triplet: 56, 38 and 4A. RGB value is (86,56,74). Sum of RGB (Red+Green+Blue) = 86+56+74=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56384A is #A9C7B5. Grayscale: #424242. Windows color (decimal): -11126710 or 4864086. OLE color: 4864086.
HSL color Cylindrical-coordinate representation of color #56384A: hue angle of 324º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56384A is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 74 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.66 |
| HSL | 324º | 0.21% | 0.28% | - |
| HSV(B) | 324º | 0.35% | 0.34% | - |
| XYZ | 6.49 | 5.3 | 7.16 | - |
| YUV | 67.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 74 | 0 | 0.35 | 0.14 | 0.66 | 324 | 0.21 | 0.28 |
| Hex | 56 | 38 | 4A | 0 | 23 | E | 42 | 144 | 15 | 1C |
| Octal | 126 | 70 | 112 | 0 | 43 | 16 | 102 | 504 | 25 | 34 |
| Binary | 1010110 | 111000 | 1001010 | 0 | 100011 | 1110 | 1000010 | 101000100 | 10101 | 11100 |
Color Harmonies of #56384A
Complementary color
Monochromatic Colors of #56384A
Black with #56384A
Text Example
Text Example
White with #56384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56384A; }
p { color: rgb(86,56,74); }
H1.HeaderClassName
{
color: #56384A;
}
.AnyTagClassName
{
color: #56384A;
}
</style>
background-color css
<style>
a { background-color: #56384A; }
a { background-color: rgb(86,56,74); }
div.DivClassName
{
background-color: #56384A;
}
.BgClassName
{
background-color: #56384A;
}
</style>
border-color css
<style>
span { border-color: #56384A; }
span { border-color: rgb(86,56,74); }
td.TdClassName
{
border-color: #56384A;
}
.TagClassName
{
border-color: #56384A;
}
</style>