#503F5A

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

Shades of Scarlet Gum #503F5A

Tints of Scarlet Gum #503F5A

Color information

#503F5A (or 0x503F5A) is unknown color: approx Scarlet Gum. HEX triplet: 50, 3F and 5A. RGB value is (80,63,90). Sum of RGB (Red+Green+Blue) = 80+63+90=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #503F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F5A is #AFC0A5. Grayscale: #474747. Windows color (decimal): -11518118 or 5914448. OLE color: 5914448.

HSL color Cylindrical-coordinate representation of color #503F5A: hue angle of 277.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503F5A is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB806390-
CMYK0.110.3000.65
HSL277.78º17.65%30%-
HSV(B)277.78º30%35.29%-
XYZ6.93610.47-
YUV71.16138.63134.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=34.33%
G=27.04%
B=38.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8063900.110.3000.65277.7817.6530
Hex503F5AB1E041116121e
Octal12077132133601014262236
Binary10100001111111011010101111110010000011000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,90); }

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

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

 a { background-color: rgb(80,63,90); }

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

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

 span { border-color: rgb(80,63,90); }

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