Shades of Loulou #5A224F
Tints of Loulou #5A224F
RGB
CMYK
RGB Variations
Color information
#5A224F (or 0x5A224F) is known color: Loulou. HEX triplet: 5A, 22 and 4F. RGB value is (90,34,79). Sum of RGB (Red+Green+Blue) = 90+34+79=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A224F is #A5DDB0. Grayscale: #373737. Windows color (decimal): -10870193 or 5186138. OLE color: 5186138.
HSL color Cylindrical-coordinate representation of color #5A224F: hue angle of 311.79º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A224F is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 34 | 79 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.65 |
| HSL | 311.79º | 0.45% | 0.24% | - |
| HSV(B) | 311.79º | 0.62% | 0.35% | - |
| XYZ | 6.2 | 3.88 | 7.82 | - |
| YUV | 55.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 79 | 0 | 0.62 | 0.12 | 0.65 | 311.79 | 0.45 | 0.24 |
| Hex | 5A | 22 | 4F | 0 | 3E | C | 41 | 138 | 2D | 18 |
| Octal | 132 | 42 | 117 | 0 | 76 | 14 | 101 | 470 | 55 | 30 |
| Binary | 1011010 | 100010 | 1001111 | 0 | 111110 | 1100 | 1000001 | 100111000 | 101101 | 11000 |
Color Harmonies of #5A224F
Complementary color
Monochromatic Colors of #5A224F
Black with #5A224F
Text Example
Text Example
White with #5A224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A224F; }
p { color: rgb(90,34,79); }
H1.HeaderClassName
{
color: #5A224F;
}
.AnyTagClassName
{
color: #5A224F;
}
</style>
background-color css
<style>
a { background-color: #5A224F; }
a { background-color: rgb(90,34,79); }
div.DivClassName
{
background-color: #5A224F;
}
.BgClassName
{
background-color: #5A224F;
}
</style>
border-color css
<style>
span { border-color: #5A224F; }
span { border-color: rgb(90,34,79); }
td.TdClassName
{
border-color: #5A224F;
}
.TagClassName
{
border-color: #5A224F;
}
</style>