Html Css Color HEX #542566 Scarlet Gum

📋 copy color: '#542566'

red 84 ◦ green 37 ◦ blue 102

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

Shades of Scarlet Gum #542566

Tints of Scarlet Gum #542566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 37.67%
G = 16.59%
B = 45.74%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#542566 (or 0x542566) is known color: Scarlet Gum. HEX triplet: 54, 25 and 66. RGB value is (84,37,102). Sum of RGB (Red+Green+Blue) = 84+37+102=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #542566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542566 is #ABDA99. Grayscale: #3A3A3A. Windows color (decimal): -11262618 or 6694228. OLE color: 6694228.

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

Color convert

RGB 84 37 102 -
CMYK 0.18 0.64 0 0.6
HSL 283.38º 0.47% 0.27% -
HSV(B) 283.38º 0.64% 0.4% -
XYZ 6.72 4.17 13.02 -
YUV 58.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 84 37 102 0.18 0.64 0 0.6 283.38 0.47 0.27
Hex 54 25 66 12 40 0 3C 11B 2F 1B
Octal 124 45 146 22 100 0 74 433 57 33
Binary 1010100 100101 1100110 10010 1000000 0 111100 100011011 101111 11011

Color Harmonies of #542566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542566

Black with #542566

Text Example


Text Example

White with #542566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542566; }

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

 H1.HeaderClassName
 {
   color: #542566;
 }
 .AnyTagClassName
 {
   color: #542566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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