Shades of Loulou #5B254F
Tints of Loulou #5B254F
RGB
CMYK
RGB Variations
Color information
#5B254F (or 0x5B254F) is known color: Loulou. HEX triplet: 5B, 25 and 4F. RGB value is (91,37,79). Sum of RGB (Red+Green+Blue) = 91+37+79=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B254F is #A4DAB0. Grayscale: #393939. Windows color (decimal): -10803889 or 5186907. OLE color: 5186907.
HSL color Cylindrical-coordinate representation of color #5B254F: hue angle of 313.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B254F is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 37 | 79 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.64 |
| HSL | 313.33º | 0.42% | 0.25% | - |
| HSV(B) | 313.33º | 0.59% | 0.36% | - |
| XYZ | 6.39 | 4.11 | 7.85 | - |
| YUV | 57.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 79 | 0 | 0.59 | 0.13 | 0.64 | 313.33 | 0.42 | 0.25 |
| Hex | 5B | 25 | 4F | 0 | 3B | D | 40 | 139 | 2A | 19 |
| Octal | 133 | 45 | 117 | 0 | 73 | 15 | 100 | 471 | 52 | 31 |
| Binary | 1011011 | 100101 | 1001111 | 0 | 111011 | 1101 | 1000000 | 100111001 | 101010 | 11001 |
Color Harmonies of #5B254F
Complementary color
Monochromatic Colors of #5B254F
Black with #5B254F
Text Example
Text Example
White with #5B254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B254F; }
p { color: rgb(91,37,79); }
H1.HeaderClassName
{
color: #5B254F;
}
.AnyTagClassName
{
color: #5B254F;
}
</style>
background-color css
<style>
a { background-color: #5B254F; }
a { background-color: rgb(91,37,79); }
div.DivClassName
{
background-color: #5B254F;
}
.BgClassName
{
background-color: #5B254F;
}
</style>
border-color css
<style>
span { border-color: #5B254F; }
span { border-color: rgb(91,37,79); }
td.TdClassName
{
border-color: #5B254F;
}
.TagClassName
{
border-color: #5B254F;
}
</style>