Shades of Loulou #54384B
Tints of Loulou #54384B
RGB
CMYK
RGB Variations
Color information
#54384B (or 0x54384B) is known color: Loulou. HEX triplet: 54, 38 and 4B. RGB value is (84,56,75). Sum of RGB (Red+Green+Blue) = 84+56+75=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54384B is #ABC7B4. Grayscale: #424242. Windows color (decimal): -11257781 or 4929620. OLE color: 4929620.
HSL color Cylindrical-coordinate representation of color #54384B: hue angle of 319.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54384B is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 75 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.67 |
| HSL | 319.29º | 0.2% | 0.27% | - |
| HSV(B) | 319.29º | 0.33% | 0.33% | - |
| XYZ | 6.34 | 5.22 | 7.33 | - |
| YUV | 66.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 75 | 0 | 0.33 | 0.11 | 0.67 | 319.29 | 0.2 | 0.27 |
| Hex | 54 | 38 | 4B | 0 | 21 | B | 43 | 13F | 14 | 1B |
| Octal | 124 | 70 | 113 | 0 | 41 | 13 | 103 | 477 | 24 | 33 |
| Binary | 1010100 | 111000 | 1001011 | 0 | 100001 | 1011 | 1000011 | 100111111 | 10100 | 11011 |
Color Harmonies of #54384B
Complementary color
Monochromatic Colors of #54384B
Black with #54384B
Text Example
Text Example
White with #54384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54384B; }
p { color: rgb(84,56,75); }
H1.HeaderClassName
{
color: #54384B;
}
.AnyTagClassName
{
color: #54384B;
}
</style>
background-color css
<style>
a { background-color: #54384B; }
a { background-color: rgb(84,56,75); }
div.DivClassName
{
background-color: #54384B;
}
.BgClassName
{
background-color: #54384B;
}
</style>
border-color css
<style>
span { border-color: #54384B; }
span { border-color: rgb(84,56,75); }
td.TdClassName
{
border-color: #54384B;
}
.TagClassName
{
border-color: #54384B;
}
</style>