Shades of Loulou #5A2F4E
Tints of Loulou #5A2F4E
RGB
CMYK
RGB Variations
Color information
#5A2F4E (or 0x5A2F4E) is known color: Loulou. HEX triplet: 5A, 2F and 4E. RGB value is (90,47,78). Sum of RGB (Red+Green+Blue) = 90+47+78=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2F4E is #A5D0B1. Grayscale: #3F3F3F. Windows color (decimal): -10866866 or 5123930. OLE color: 5123930.
HSL color Cylindrical-coordinate representation of color #5A2F4E: hue angle of 316.74º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A2F4E is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 47 | 78 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.65 |
| HSL | 316.74º | 0.31% | 0.27% | - |
| HSV(B) | 316.74º | 0.48% | 0.35% | - |
| XYZ | 6.61 | 4.76 | 7.78 | - |
| YUV | 63.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 78 | 0 | 0.48 | 0.13 | 0.65 | 316.74 | 0.31 | 0.27 |
| Hex | 5A | 2F | 4E | 0 | 30 | D | 41 | 13D | 1F | 1B |
| Octal | 132 | 57 | 116 | 0 | 60 | 15 | 101 | 475 | 37 | 33 |
| Binary | 1011010 | 101111 | 1001110 | 0 | 110000 | 1101 | 1000001 | 100111101 | 11111 | 11011 |
Color Harmonies of #5A2F4E
Complementary color
Monochromatic Colors of #5A2F4E
Black with #5A2F4E
Text Example
Text Example
White with #5A2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F4E; }
p { color: rgb(90,47,78); }
H1.HeaderClassName
{
color: #5A2F4E;
}
.AnyTagClassName
{
color: #5A2F4E;
}
</style>
background-color css
<style>
a { background-color: #5A2F4E; }
a { background-color: rgb(90,47,78); }
div.DivClassName
{
background-color: #5A2F4E;
}
.BgClassName
{
background-color: #5A2F4E;
}
</style>
border-color css
<style>
span { border-color: #5A2F4E; }
span { border-color: rgb(90,47,78); }
td.TdClassName
{
border-color: #5A2F4E;
}
.TagClassName
{
border-color: #5A2F4E;
}
</style>