#54206B

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

Shades of Scarlet Gum #54206B

Tints of Scarlet Gum #54206B

Color information

#54206B (or 0x54206B) is unknown color: approx Scarlet Gum. HEX triplet: 54, 20 and 6B. RGB value is (84,32,107). Sum of RGB (Red+Green+Blue) = 84+32+107=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #54206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54206B is #ABDF94. Grayscale: #373737. Windows color (decimal): -11263893 or 7020628. OLE color: 7020628.

HSL color Cylindrical-coordinate representation of color #54206B: hue angle of 281.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54206B is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8432107-
CMYK0.210.7000.58
HSL281.6º53.96%27.25%-
HSV(B)281.6º70.09%41.96%-
XYZ6.833.9814.32-
YUV56.1156.73147.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=37.67%
G=14.35%
B=47.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84321070.210.7000.58281.653.9627.25
Hex54206B154603A11a361b
Octal12440153251060724326633
Binary10101001000001101011101011000110011101010001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54206B; }

 p { color: rgb(84,32,107); }

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

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

 a { background-color: rgb(84,32,107); }

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

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

 span { border-color: rgb(84,32,107); }

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