Shades of Loulou #562D50
Tints of Loulou #562D50
RGB
CMYK
RGB Variations
Color information
#562D50 (or 0x562D50) is known color: Loulou. HEX triplet: 56, 2D and 50. RGB value is (86,45,80). Sum of RGB (Red+Green+Blue) = 86+45+80=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #562D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D50 is #A9D2AF. Grayscale: #3D3D3D. Windows color (decimal): -11129520 or 5254486. OLE color: 5254486.
HSL color Cylindrical-coordinate representation of color #562D50: hue angle of 308.78º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #562D50 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 80 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.66 |
| HSL | 308.78º | 0.31% | 0.26% | - |
| HSV(B) | 308.78º | 0.48% | 0.34% | - |
| XYZ | 6.22 | 4.43 | 8.12 | - |
| YUV | 61.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 80 | 0 | 0.48 | 0.07 | 0.66 | 308.78 | 0.31 | 0.26 |
| Hex | 56 | 2D | 50 | 0 | 30 | 7 | 42 | 135 | 1F | 1A |
| Octal | 126 | 55 | 120 | 0 | 60 | 7 | 102 | 465 | 37 | 32 |
| Binary | 1010110 | 101101 | 1010000 | 0 | 110000 | 111 | 1000010 | 100110101 | 11111 | 11010 |
Color Harmonies of #562D50
Complementary color
Monochromatic Colors of #562D50
Black with #562D50
Text Example
Text Example
White with #562D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D50; }
p { color: rgb(86,45,80); }
H1.HeaderClassName
{
color: #562D50;
}
.AnyTagClassName
{
color: #562D50;
}
</style>
background-color css
<style>
a { background-color: #562D50; }
a { background-color: rgb(86,45,80); }
div.DivClassName
{
background-color: #562D50;
}
.BgClassName
{
background-color: #562D50;
}
</style>
border-color css
<style>
span { border-color: #562D50; }
span { border-color: rgb(86,45,80); }
td.TdClassName
{
border-color: #562D50;
}
.TagClassName
{
border-color: #562D50;
}
</style>