Shades of Loulou #5A284B
Tints of Loulou #5A284B
RGB
CMYK
RGB Variations
Color information
#5A284B (or 0x5A284B) is known color: Loulou. HEX triplet: 5A, 28 and 4B. RGB value is (90,40,75). Sum of RGB (Red+Green+Blue) = 90+40+75=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A284B is #A5D7B4. Grayscale: #3A3A3A. Windows color (decimal): -10868661 or 4925530. OLE color: 4925530.
HSL color Cylindrical-coordinate representation of color #5A284B: hue angle of 318º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A284B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 75 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.65 |
| HSL | 318º | 0.38% | 0.25% | - |
| HSV(B) | 318º | 0.56% | 0.35% | - |
| XYZ | 6.25 | 4.2 | 7.14 | - |
| YUV | 58.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 75 | 0 | 0.56 | 0.17 | 0.65 | 318 | 0.38 | 0.25 |
| Hex | 5A | 28 | 4B | 0 | 38 | 11 | 41 | 13E | 26 | 19 |
| Octal | 132 | 50 | 113 | 0 | 70 | 21 | 101 | 476 | 46 | 31 |
| Binary | 1011010 | 101000 | 1001011 | 0 | 111000 | 10001 | 1000001 | 100111110 | 100110 | 11001 |
Color Harmonies of #5A284B
Complementary color
Monochromatic Colors of #5A284B
Black with #5A284B
Text Example
Text Example
White with #5A284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A284B; }
p { color: rgb(90,40,75); }
H1.HeaderClassName
{
color: #5A284B;
}
.AnyTagClassName
{
color: #5A284B;
}
</style>
background-color css
<style>
a { background-color: #5A284B; }
a { background-color: rgb(90,40,75); }
div.DivClassName
{
background-color: #5A284B;
}
.BgClassName
{
background-color: #5A284B;
}
</style>
border-color css
<style>
span { border-color: #5A284B; }
span { border-color: rgb(90,40,75); }
td.TdClassName
{
border-color: #5A284B;
}
.TagClassName
{
border-color: #5A284B;
}
</style>