#502F5E

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

Shades of Scarlet Gum #502F5E

Tints of Scarlet Gum #502F5E

Color information

#502F5E (or 0x502F5E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2F and 5E. RGB value is (80,47,94). Sum of RGB (Red+Green+Blue) = 80+47+94=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #502F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F5E is #AFD0A1. Grayscale: #3E3E3E. Windows color (decimal): -11522210 or 6172496. OLE color: 6172496.

HSL color Cylindrical-coordinate representation of color #502F5E: hue angle of 282.13º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502F5E is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB804794-
CMYK0.150.500.63
HSL282.13º33.33%27.65%-
HSV(B)282.13º50%36.86%-
XYZ6.354.5511.13-
YUV62.22145.93140.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=36.20%
G=21.27%
B=42.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8047940.150.500.63282.1333.3327.65
Hex502F5EF3203F11a211c
Octal1205713617620774324134
Binary101000010111110111101111110010011111110001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,47,94); }

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

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

 a { background-color: rgb(80,47,94); }

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

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

 span { border-color: rgb(80,47,94); }

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