#54385F

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

Shades of Scarlet Gum #54385F

Tints of Scarlet Gum #54385F

Color information

#54385F (or 0x54385F) is unknown color: approx Scarlet Gum. HEX triplet: 54, 38 and 5F. RGB value is (84,56,95). Sum of RGB (Red+Green+Blue) = 84+56+95=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #54385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54385F is #ABC7A0. Grayscale: #444444. Windows color (decimal): -11257761 or 6240340. OLE color: 6240340.

HSL color Cylindrical-coordinate representation of color #54385F: hue angle of 283.08º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54385F is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB845695-
CMYK0.120.4100.63
HSL283.08º25.83%29.61%-
HSV(B)283.08º41.05%37.25%-
XYZ7.145.5411.52-
YUV68.82142.78138.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=35.74%
G=23.83%
B=40.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8456950.120.4100.63283.0825.8329.61
Hex54385FC2903F11b1a1e
Octal1247013714510774333236
Binary10101001110001011111110010100101111111000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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