#54354E

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

Shades of Loulou #54354E

Tints of Loulou #54354E

Color information

#54354E (or 0x54354E) is unknown color: approx Loulou. HEX triplet: 54, 35 and 4E. RGB value is (84,53,78). Sum of RGB (Red+Green+Blue) = 84+53+78=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54354E is #ABCAB1. Grayscale: #414141. Windows color (decimal): -11258546 or 5125460. OLE color: 5125460.

HSL color Cylindrical-coordinate representation of color #54354E: hue angle of 311.61º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54354E is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB845378-
CMYK00.370.070.67
HSL311.61º22.63%26.86%-
HSV(B)311.61º36.9%32.94%-
XYZ6.34.987.84-
YUV65.12135.27141.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=39.07%
G=24.65%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84537800.370.070.67311.6122.6326.86
Hex54354E025743138171b
Octal1246511604571034702733
Binary10101001101011001110010010111110000111001110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54354E; }

 p { color: rgb(84,53,78); }

 H1.HeaderClassName
 {
   color: #54354E;
 }
 .AnyTagClassName
 {
   color: #54354E;
 }
</style>
background-color css

<style>
 a { background-color: #54354E; }

 a { background-color: rgb(84,53,78); }

 div.DivClassName
 {
   background-color: #54354E;
 }
 .BgClassName
 {
   background-color: #54354E;
 }
</style>
border-color css

<style>
 span { border-color: #54354E; }

 span { border-color: rgb(84,53,78); }

 td.TdClassName
 {
   border-color: #54354E;
 }
 .TagClassName
 {
   border-color: #54354E;
 }
</style>