Html Css Color HEX #504457 Scarlet Gum

📋 copy color: '#504457'

red 80 ◦ green 68 ◦ blue 87

#504457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #504457

Tints of Scarlet Gum #504457

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 value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504457 (or 0x504457) is known color: 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

RGB 80 68 87 -
CMYK 0.08 0.22 0 0.66
HSL 277.89º 0.12% 0.3% -
HSV(B) 277.89º 0.22% 0.34% -
XYZ 7.1 6.53 9.9 -
YUV 73.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 80 68 87 0.08 0.22 0 0.66 277.89 0.12 0.3
Hex 50 44 57 8 16 0 42 116 C 1E
Octal 120 104 127 10 26 0 102 426 14 36
Binary 1010000 1000100 1010111 1000 10110 0 1000010 100010110 1100 11110

Color Harmonies of #504457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504457

Black with #504457

Text Example


Text Example

White with #504457

Text Example


Text Example

HTML Codes & Css Web 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>