#54284E

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

Shades of Loulou #54284E

Tints of Loulou #54284E

Color information

#54284E (or 0x54284E) is unknown color: approx Loulou. HEX triplet: 54, 28 and 4E. RGB value is (84,40,78). Sum of RGB (Red+Green+Blue) = 84+40+78=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54284E is #ABD7B1. Grayscale: #393939. Windows color (decimal): -11261874 or 5122132. OLE color: 5122132.

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

Color convert

RGB844078-
CMYK00.520.070.67
HSL308.18º35.48%24.31%-
HSV(B)308.18º52.38%32.94%-
XYZ5.793.957.67-
YUV57.49139.58146.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=41.58%
G=19.80%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84407800.520.070.67308.1835.4824.31
Hex54284E0347431342318
Octal1245011606471034644330
Binary101010010100010011100110100111100001110011010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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