#502E60

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

Shades of Scarlet Gum #502E60

Tints of Scarlet Gum #502E60

Color information

#502E60 (or 0x502E60) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2E and 60. RGB value is (80,46,96). Sum of RGB (Red+Green+Blue) = 80+46+96=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #502E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E60 is #AFD19F. Grayscale: #3D3D3D. Windows color (decimal): -11522464 or 6303312. OLE color: 6303312.

HSL color Cylindrical-coordinate representation of color #502E60: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502E60 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB804696-
CMYK0.170.5200.62
HSL280.8º35.21%27.84%-
HSV(B)280.8º52.08%37.65%-
XYZ6.44.511.6-
YUV61.87147.26140.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=36.04%
G=20.72%
B=43.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8046960.170.5200.62280.835.2127.84
Hex502E60113403E119231c
Octal1205614021640764314334
Binary1010000101110110000010001110100011111010001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,96); }

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

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

 a { background-color: rgb(80,46,96); }

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

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

 span { border-color: rgb(80,46,96); }

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