#54355E

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

Shades of Scarlet Gum #54355E

Tints of Scarlet Gum #54355E

Color information

#54355E (or 0x54355E) is unknown color: approx Scarlet Gum. HEX triplet: 54, 35 and 5E. RGB value is (84,53,94). Sum of RGB (Red+Green+Blue) = 84+53+94=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #54355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355E is #ABCAA1. Grayscale: #424242. Windows color (decimal): -11258530 or 6174036. OLE color: 6174036.

HSL color Cylindrical-coordinate representation of color #54355E: hue angle of 285.37º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54355E is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB845394-
CMYK0.110.4400.63
HSL285.37º27.89%28.82%-
HSV(B)285.37º43.62%36.86%-
XYZ6.955.2411.23-
YUV66.94143.27140.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=36.36%
G=22.94%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8453940.110.4400.63285.3727.8928.82
Hex54355EB2C03F11d1c1d
Octal1246513613540774353435
Binary10101001101011011110101110110001111111000111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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