#54294D

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

Shades of Loulou #54294D

Tints of Loulou #54294D

Color information

#54294D (or 0x54294D) is unknown color: approx Loulou. HEX triplet: 54, 29 and 4D. RGB value is (84,41,77). Sum of RGB (Red+Green+Blue) = 84+41+77=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54294D is #ABD6B2. Grayscale: #393939. Windows color (decimal): -11261619 or 5056852. OLE color: 5056852.

HSL color Cylindrical-coordinate representation of color #54294D: hue angle of 309.77º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54294D is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB844177-
CMYK00.510.080.67
HSL309.77º34.4%24.51%-
HSV(B)309.77º51.19%32.94%-
XYZ5.794.017.49-
YUV57.96138.75146.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=41.58%
G=20.30%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84417700.510.080.67309.7734.424.51
Hex54294D0338431362219
Octal12451115063101034664231
Binary1010100101001100110101100111000100001110011011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54294D; }

 p { color: rgb(84,41,77); }

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

<style>
 a { background-color: #54294D; }

 a { background-color: rgb(84,41,77); }

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

<style>
 span { border-color: #54294D; }

 span { border-color: rgb(84,41,77); }

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