#502A60

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

Shades of Scarlet Gum #502A60

Tints of Scarlet Gum #502A60

Color information

#502A60 (or 0x502A60) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2A and 60. RGB value is (80,42,96). Sum of RGB (Red+Green+Blue) = 80+42+96=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #502A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A60 is #AFD59F. Grayscale: #3B3B3B. Windows color (decimal): -11523488 or 6302288. OLE color: 6302288.

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

Color convert

RGB804296-
CMYK0.170.5600.62
HSL282.22º39.13%27.06%-
HSV(B)282.22º56.25%37.65%-
XYZ6.254.2111.55-
YUV59.52148.59142.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=36.70%
G=19.27%
B=44.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8042960.170.5600.62282.2239.1327.06
Hex502A60113803E11a271b
Octal1205214021700764324733
Binary1010000101010110000010001111000011111010001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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