#502C5D

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

Shades of Scarlet Gum #502C5D

Tints of Scarlet Gum #502C5D

Color information

#502C5D (or 0x502C5D) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2C and 5D. RGB value is (80,44,93). Sum of RGB (Red+Green+Blue) = 80+44+93=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #502C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C5D is #AFD3A2. Grayscale: #3C3C3C. Windows color (decimal): -11522979 or 6106192. OLE color: 6106192.

HSL color Cylindrical-coordinate representation of color #502C5D: hue angle of 284.08º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502C5D is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB804493-
CMYK0.140.5300.64
HSL284.08º35.77%26.86%-
HSV(B)284.08º52.69%36.47%-
XYZ6.184.310.86-
YUV60.35146.43142.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=36.87%
G=20.28%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8044930.140.5300.64284.0835.7726.86
Hex502C5DE3504011c241b
Octal12054135166501004344433
Binary1010000101100101110111101101010100000010001110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C5D; }

 p { color: rgb(80,44,93); }

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

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

 a { background-color: rgb(80,44,93); }

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

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

 span { border-color: rgb(80,44,93); }

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