#54355F

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

Shades of Scarlet Gum #54355F

Tints of Scarlet Gum #54355F

Color information

#54355F (or 0x54355F) is unknown color: approx Scarlet Gum. HEX triplet: 54, 35 and 5F. RGB value is (84,53,95). Sum of RGB (Red+Green+Blue) = 84+53+95=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #54355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355F is #ABCAA0. Grayscale: #424242. Windows color (decimal): -11258529 or 6239572. OLE color: 6239572.

HSL color Cylindrical-coordinate representation of color #54355F: hue angle of 284.29º 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 #54355F is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB845395-
CMYK0.120.4400.63
HSL284.29º28.38%29.02%-
HSV(B)284.29º44.21%37.25%-
XYZ6.995.2611.47-
YUV67.06143.77140.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=36.21%
G=22.84%
B=40.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8453950.120.4400.63284.2928.3829.02
Hex54355FC2C03F11c1c1d
Octal1246513714540774343435
Binary10101001101011011111110010110001111111000111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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