Shades of Loulou #5A2D50
Tints of Loulou #5A2D50
RGB
CMYK
RGB Variations
Color information
#5A2D50 (or 0x5A2D50) is known color: Loulou. HEX triplet: 5A, 2D and 50. RGB value is (90,45,80). Sum of RGB (Red+Green+Blue) = 90+45+80=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2D50 is #A5D2AF. Grayscale: #3E3E3E. Windows color (decimal): -10867376 or 5254490. OLE color: 5254490.
HSL color Cylindrical-coordinate representation of color #5A2D50: hue angle of 313.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D50 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 80 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.65 |
| HSL | 313.33º | 0.33% | 0.26% | - |
| HSV(B) | 313.33º | 0.5% | 0.35% | - |
| XYZ | 6.6 | 4.63 | 8.14 | - |
| YUV | 62.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 80 | 0 | 0.50 | 0.11 | 0.65 | 313.33 | 0.33 | 0.26 |
| Hex | 5A | 2D | 50 | 0 | 32 | B | 41 | 139 | 21 | 1A |
| Octal | 132 | 55 | 120 | 0 | 62 | 13 | 101 | 471 | 41 | 32 |
| Binary | 1011010 | 101101 | 1010000 | 0 | 110010 | 1011 | 1000001 | 100111001 | 100001 | 11010 |
Color Harmonies of #5A2D50
Complementary color
Monochromatic Colors of #5A2D50
Black with #5A2D50
Text Example
Text Example
White with #5A2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D50; }
p { color: rgb(90,45,80); }
H1.HeaderClassName
{
color: #5A2D50;
}
.AnyTagClassName
{
color: #5A2D50;
}
</style>
background-color css
<style>
a { background-color: #5A2D50; }
a { background-color: rgb(90,45,80); }
div.DivClassName
{
background-color: #5A2D50;
}
.BgClassName
{
background-color: #5A2D50;
}
</style>
border-color css
<style>
span { border-color: #5A2D50; }
span { border-color: rgb(90,45,80); }
td.TdClassName
{
border-color: #5A2D50;
}
.TagClassName
{
border-color: #5A2D50;
}
</style>