#503860

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

Shades of Scarlet Gum #503860

Tints of Scarlet Gum #503860

Color information

#503860 (or 0x503860) is unknown color: approx Scarlet Gum. HEX triplet: 50, 38 and 60. RGB value is (80,56,96). Sum of RGB (Red+Green+Blue) = 80+56+96=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #503860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503860 is #AFC79F. Grayscale: #434343. Windows color (decimal): -11519904 or 6305872. OLE color: 6305872.

HSL color Cylindrical-coordinate representation of color #503860: hue angle of 276º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503860 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB805696-
CMYK0.170.4200.62
HSL276º26.32%29.8%-
HSV(B)276º41.67%37.65%-
XYZ6.835.3811.74-
YUV67.74143.95136.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=34.48%
G=24.14%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8056960.170.4200.6227626.3229.8
Hex503860112A03E1141a1e
Octal1207014021520764243236
Binary101000011100011000001000110101001111101000101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503860; }

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

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

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

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

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

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

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

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