Shades of Loulou #5A2D4F
Tints of Loulou #5A2D4F
RGB
CMYK
RGB Variations
Color information
#5A2D4F (or 0x5A2D4F) is known color: Loulou. HEX triplet: 5A, 2D and 4F. RGB value is (90,45,79). Sum of RGB (Red+Green+Blue) = 90+45+79=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2D4F is #A5D2B0. Grayscale: #3E3E3E. Windows color (decimal): -10867377 or 5188954. OLE color: 5188954.
HSL color Cylindrical-coordinate representation of color #5A2D4F: hue angle of 314.67º 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 #5A2D4F is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 79 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.65 |
| HSL | 314.67º | 0.33% | 0.26% | - |
| HSV(B) | 314.67º | 0.5% | 0.35% | - |
| XYZ | 6.57 | 4.61 | 7.94 | - |
| YUV | 62.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 79 | 0 | 0.50 | 0.12 | 0.65 | 314.67 | 0.33 | 0.26 |
| Hex | 5A | 2D | 4F | 0 | 32 | C | 41 | 13B | 21 | 1A |
| Octal | 132 | 55 | 117 | 0 | 62 | 14 | 101 | 473 | 41 | 32 |
| Binary | 1011010 | 101101 | 1001111 | 0 | 110010 | 1100 | 1000001 | 100111011 | 100001 | 11010 |
Color Harmonies of #5A2D4F
Complementary color
Monochromatic Colors of #5A2D4F
Black with #5A2D4F
Text Example
Text Example
White with #5A2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D4F; }
p { color: rgb(90,45,79); }
H1.HeaderClassName
{
color: #5A2D4F;
}
.AnyTagClassName
{
color: #5A2D4F;
}
</style>
background-color css
<style>
a { background-color: #5A2D4F; }
a { background-color: rgb(90,45,79); }
div.DivClassName
{
background-color: #5A2D4F;
}
.BgClassName
{
background-color: #5A2D4F;
}
</style>
border-color css
<style>
span { border-color: #5A2D4F; }
span { border-color: rgb(90,45,79); }
td.TdClassName
{
border-color: #5A2D4F;
}
.TagClassName
{
border-color: #5A2D4F;
}
</style>