#504457

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

Shades of Scarlet Gum #504457

Tints of Scarlet Gum #504457

Color information

#504457 (or 0x504457) is unknown color: approx Scarlet Gum. HEX triplet: 50, 44 and 57. RGB value is (80,68,87). Sum of RGB (Red+Green+Blue) = 80+68+87=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #504457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504457 is #AFBBA8. Grayscale: #494949. Windows color (decimal): -11516841 or 5719120. OLE color: 5719120.

HSL color Cylindrical-coordinate representation of color #504457: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #504457 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB806887-
CMYK0.080.2200.66
HSL277.89º12.26%30.39%-
HSV(B)277.89º21.84%34.12%-
XYZ7.16.539.9-
YUV73.75135.48132.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=34.04%
G=28.94%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8068870.080.2200.66277.8912.2630.39
Hex504457816042116c1e
Octal120104127102601024261436
Binary10100001000100101011110001011001000010100010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504457; }

 p { color: rgb(80,68,87); }

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

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

 a { background-color: rgb(80,68,87); }

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

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

 span { border-color: rgb(80,68,87); }

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