#542866

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

Shades of Scarlet Gum #542866

Tints of Scarlet Gum #542866

Color information

#542866 (or 0x542866) is unknown color: approx Scarlet Gum. HEX triplet: 54, 28 and 66. RGB value is (84,40,102). Sum of RGB (Red+Green+Blue) = 84+40+102=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #542866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542866 is #ABD799. Grayscale: #3C3C3C. Windows color (decimal): -11261850 or 6694996. OLE color: 6694996.

HSL color Cylindrical-coordinate representation of color #542866: hue angle of 282.58º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542866 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8440102-
CMYK0.180.6100.6
HSL282.58º43.66%27.84%-
HSV(B)282.58º60.78%40%-
XYZ6.814.3613.05-
YUV60.22151.58144.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=37.17%
G=17.70%
B=45.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84401020.180.6100.6282.5843.6627.84
Hex542866123D03C11b2c1c
Octal1245014622750744335434
Binary1010100101000110011010010111101011110010001101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542866; }

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

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

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

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

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

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

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

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