Shades of Loulou #5A234F
Tints of Loulou #5A234F
RGB
CMYK
RGB Variations
Color information
#5A234F (or 0x5A234F) is known color: Loulou. HEX triplet: 5A, 23 and 4F. RGB value is (90,35,79). Sum of RGB (Red+Green+Blue) = 90+35+79=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A234F is #A5DCB0. Grayscale: #383838. Windows color (decimal): -10869937 or 5186394. OLE color: 5186394.
HSL color Cylindrical-coordinate representation of color #5A234F: hue angle of 312º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A234F is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 79 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.65 |
| HSL | 312º | 0.44% | 0.25% | - |
| HSV(B) | 312º | 0.61% | 0.35% | - |
| XYZ | 6.23 | 3.94 | 7.83 | - |
| YUV | 56.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 79 | 0 | 0.61 | 0.12 | 0.65 | 312 | 0.44 | 0.25 |
| Hex | 5A | 23 | 4F | 0 | 3D | C | 41 | 138 | 2C | 19 |
| Octal | 132 | 43 | 117 | 0 | 75 | 14 | 101 | 470 | 54 | 31 |
| Binary | 1011010 | 100011 | 1001111 | 0 | 111101 | 1100 | 1000001 | 100111000 | 101100 | 11001 |
Color Harmonies of #5A234F
Complementary color
Monochromatic Colors of #5A234F
Black with #5A234F
Text Example
Text Example
White with #5A234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A234F; }
p { color: rgb(90,35,79); }
H1.HeaderClassName
{
color: #5A234F;
}
.AnyTagClassName
{
color: #5A234F;
}
</style>
background-color css
<style>
a { background-color: #5A234F; }
a { background-color: rgb(90,35,79); }
div.DivClassName
{
background-color: #5A234F;
}
.BgClassName
{
background-color: #5A234F;
}
</style>
border-color css
<style>
span { border-color: #5A234F; }
span { border-color: rgb(90,35,79); }
td.TdClassName
{
border-color: #5A234F;
}
.TagClassName
{
border-color: #5A234F;
}
</style>