Html Css Color HEX #542866 Scarlet Gum

📋 copy color: '#542866'

red 84 ◦ green 40 ◦ blue 102

#542866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #542866

Tints of Scarlet Gum #542866

RGB

 RED value IS 84 (33.2% from 255) = 37.17%

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 37.17%
G = 17.7%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#542866 (or 0x542866) is known color: 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

RGB 84 40 102 -
CMYK 0.18 0.61 0 0.6
HSL 282.58º 0.44% 0.28% -
HSV(B) 282.58º 0.61% 0.4% -
XYZ 6.81 4.36 13.05 -
YUV 60.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 84 40 102 0.18 0.61 0 0.6 282.58 0.44 0.28
Hex 54 28 66 12 3D 0 3C 11B 2C 1C
Octal 124 50 146 22 75 0 74 433 54 34
Binary 1010100 101000 1100110 10010 111101 0 111100 100011011 101100 11100

Color Harmonies of #542866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542866

Black with #542866

Text Example


Text Example

White with #542866

Text Example


Text Example

HTML Codes & Css Web 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>