Html Css Color HEX #504259 Scarlet Gum

📋 copy color: '#504259'

red 80 ◦ green 66 ◦ blue 89

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

Shades of Scarlet Gum #504259

Tints of Scarlet Gum #504259

RGB

 RED value IS 80 (31.64% from 255) = 34.04%

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 34.04%
G = 28.09%
B = 37.87%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504259 (or 0x504259) is known color: Scarlet Gum. HEX triplet: 50, 42 and 59. RGB value is (80,66,89). Sum of RGB (Red+Green+Blue) = 80+66+89=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #504259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504259 is #AFBDA6. Grayscale: #484848. Windows color (decimal): -11517351 or 5849680. OLE color: 5849680.

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

Color convert

RGB 80 66 89 -
CMYK 0.10 0.26 0 0.65
HSL 276.52º 0.15% 0.3% -
HSV(B) 276.52º 0.26% 0.35% -
XYZ 7.06 6.32 10.3 -
YUV 72.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 80 66 89 0.10 0.26 0 0.65 276.52 0.15 0.3
Hex 50 42 59 A 1A 0 41 115 F 1E
Octal 120 102 131 12 32 0 101 425 17 36
Binary 1010000 1000010 1011001 1010 11010 0 1000001 100010101 1111 11110

Color Harmonies of #504259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504259

Black with #504259

Text Example


Text Example

White with #504259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504259; }

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

 H1.HeaderClassName
 {
   color: #504259;
 }
 .AnyTagClassName
 {
   color: #504259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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