#503A5B

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

Shades of Scarlet Gum #503A5B

Tints of Scarlet Gum #503A5B

Color information

#503A5B (or 0x503A5B) is unknown color: approx Scarlet Gum. HEX triplet: 50, 3A and 5B. RGB value is (80,58,91). Sum of RGB (Red+Green+Blue) = 80+58+91=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #503A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A5B is #AFC5A4. Grayscale: #444444. Windows color (decimal): -11519397 or 5978704. OLE color: 5978704.

HSL color Cylindrical-coordinate representation of color #503A5B: hue angle of 280º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503A5B is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB805891-
CMYK0.120.3600.64
HSL280º22.15%29.22%-
HSV(B)280º36.26%35.69%-
XYZ6.715.4910.6-
YUV68.34140.79136.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=34.93%
G=25.33%
B=39.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8058910.120.3600.6428022.1529.22
Hex503A5BC24040118161d
Octal12072133144401004302635
Binary101000011101010110111100100100010000001000110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503A5B; }

 p { color: rgb(80,58,91); }

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

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

 a { background-color: rgb(80,58,91); }

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

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

 span { border-color: rgb(80,58,91); }

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