#542368

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

Shades of Scarlet Gum #542368

Tints of Scarlet Gum #542368

Color information

#542368 (or 0x542368) is unknown color: approx Scarlet Gum. HEX triplet: 54, 23 and 68. RGB value is (84,35,104). Sum of RGB (Red+Green+Blue) = 84+35+104=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #542368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542368 is #ABDC97. Grayscale: #393939. Windows color (decimal): -11263128 or 6824788. OLE color: 6824788.

HSL color Cylindrical-coordinate representation of color #542368: hue angle of 282.61º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542368 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8435104-
CMYK0.190.6600.59
HSL282.61º49.64%27.25%-
HSV(B)282.61º66.35%40.78%-
XYZ6.764.0913.53-
YUV57.52154.23146.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=37.67%
G=15.70%
B=46.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84351040.190.6600.59282.6149.6427.25
Hex542368134203B11b321b
Octal12443150231020734336233
Binary10101001000111101000100111000010011101110001101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542368; }

 p { color: rgb(84,35,104); }

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

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

 a { background-color: rgb(84,35,104); }

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

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

 span { border-color: rgb(84,35,104); }

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