#503560

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

Shades of Scarlet Gum #503560

Tints of Scarlet Gum #503560

Color information

#503560 (or 0x503560) is unknown color: approx Scarlet Gum. HEX triplet: 50, 35 and 60. RGB value is (80,53,96). Sum of RGB (Red+Green+Blue) = 80+53+96=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #503560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503560 is #AFCA9F. Grayscale: #414141. Windows color (decimal): -11520672 or 6305104. OLE color: 6305104.

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

Color convert

RGB805396-
CMYK0.170.4500.62
HSL277.67º28.86%29.22%-
HSV(B)277.67º44.79%37.65%-
XYZ6.695.111.7-
YUV65.97144.95138-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=34.93%
G=23.14%
B=41.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8053960.170.4500.62277.6728.8629.22
Hex503560112D03E1161d1d
Octal1206514021550764263535
Binary101000011010111000001000110110101111101000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503560; }

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

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

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

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

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

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

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

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