Html Css Color HEX #54166C Scarlet Gum

📋 copy color: '#54166C'

red 84 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #54166C

Tints of Scarlet Gum #54166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 39.25%
G = 10.28%
B = 50.47%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54166C (or 0x54166C) is known color: Scarlet Gum. HEX triplet: 54, 16 and 6C. RGB value is (84,22,108). Sum of RGB (Red+Green+Blue) = 84+22+108=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #54166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54166C is #ABE993. Grayscale: #323232. Windows color (decimal): -11266452 or 7083604. OLE color: 7083604.

HSL color Cylindrical-coordinate representation of color #54166C: hue angle of 283.26º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54166C is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 22 108 -
CMYK 0.22 0.80 0 0.58
HSL 283.26º 0.66% 0.25% -
HSV(B) 283.26º 0.8% 0.42% -
XYZ 6.65 3.54 14.52 -
YUV 50.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 84 22 108 0.22 0.80 0 0.58 283.26 0.66 0.25
Hex 54 16 6C 16 50 0 3A 11B 42 19
Octal 124 26 154 26 120 0 72 433 102 31
Binary 1010100 10110 1101100 10110 1010000 0 111010 100011011 1000010 11001

Color Harmonies of #54166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54166C

Black with #54166C

Text Example


Text Example

White with #54166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54166C; }

 p { color: rgb(84,22,108); }

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

background-color css

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

 a { background-color: rgb(84,22,108); }

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

border-color css

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

 span { border-color: rgb(84,22,108); }

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