#504059

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

Shades of Scarlet Gum #504059

Tints of Scarlet Gum #504059

Color information

#504059 (or 0x504059) is unknown color: approx Scarlet Gum. HEX triplet: 50, 40 and 59. RGB value is (80,64,89). Sum of RGB (Red+Green+Blue) = 80+64+89=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #504059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504059 is #AFBFA6. Grayscale: #474747. Windows color (decimal): -11517863 or 5849168. OLE color: 5849168.

HSL color Cylindrical-coordinate representation of color #504059: hue angle of 278.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #504059 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB806489-
CMYK0.100.2800.65
HSL278.4º16.34%30%-
HSV(B)278.4º28.09%34.9%-
XYZ6.946.0910.26-
YUV71.63137.8133.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=34.33%
G=27.47%
B=38.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8064890.100.2800.65278.416.3430
Hex504059A1C041116101e
Octal120100131123401014262036
Binary101000010000001011001101011100010000011000101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504059; }

 p { color: rgb(80,64,89); }

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

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

 a { background-color: rgb(80,64,89); }

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

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

 span { border-color: rgb(80,64,89); }

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