Shades of Loulou #5A264E
Tints of Loulou #5A264E
RGB
CMYK
RGB Variations
Color information
#5A264E (or 0x5A264E) is known color: Loulou. HEX triplet: 5A, 26 and 4E. RGB value is (90,38,78). Sum of RGB (Red+Green+Blue) = 90+38+78=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A264E is #A5D9B1. Grayscale: #3A3A3A. Windows color (decimal): -10869170 or 5121626. OLE color: 5121626.
HSL color Cylindrical-coordinate representation of color #5A264E: hue angle of 313.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A264E is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 78 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.65 |
| HSL | 313.85º | 0.41% | 0.25% | - |
| HSV(B) | 313.85º | 0.58% | 0.35% | - |
| XYZ | 6.28 | 4.11 | 7.67 | - |
| YUV | 58.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 78 | 0 | 0.58 | 0.13 | 0.65 | 313.85 | 0.41 | 0.25 |
| Hex | 5A | 26 | 4E | 0 | 3A | D | 41 | 13A | 29 | 19 |
| Octal | 132 | 46 | 116 | 0 | 72 | 15 | 101 | 472 | 51 | 31 |
| Binary | 1011010 | 100110 | 1001110 | 0 | 111010 | 1101 | 1000001 | 100111010 | 101001 | 11001 |
Color Harmonies of #5A264E
Complementary color
Monochromatic Colors of #5A264E
Black with #5A264E
Text Example
Text Example
White with #5A264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A264E; }
p { color: rgb(90,38,78); }
H1.HeaderClassName
{
color: #5A264E;
}
.AnyTagClassName
{
color: #5A264E;
}
</style>
background-color css
<style>
a { background-color: #5A264E; }
a { background-color: rgb(90,38,78); }
div.DivClassName
{
background-color: #5A264E;
}
.BgClassName
{
background-color: #5A264E;
}
</style>
border-color css
<style>
span { border-color: #5A264E; }
span { border-color: rgb(90,38,78); }
td.TdClassName
{
border-color: #5A264E;
}
.TagClassName
{
border-color: #5A264E;
}
</style>