#54384B

Color #54384B Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #54384B

Tints of Loulou #54384B

Color information

#54384B (or 0x54384B) is unknown color: approx 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

RGB845675-
CMYK00.330.110.67
HSL319.29º20%27.45%-
HSV(B)319.29º33.33%32.94%-
XYZ6.345.227.33-
YUV66.54132.78140.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=39.07%
G=26.05%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84567500.330.110.67319.292027.45
Hex54384B021B4313f141b
Octal12470113041131034772433
Binary101010011100010010110100001101110000111001111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>