Html Css Color HEX #503759 Scarlet Gum

📋 copy color: '#503759'

red 80 ◦ green 55 ◦ blue 89

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

Shades of Scarlet Gum #503759

Tints of Scarlet Gum #503759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

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

R = 35.71%
G = 24.55%
B = 39.73%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503759 (or 0x503759) is known color: Scarlet Gum. HEX triplet: 50, 37 and 59. RGB value is (80,55,89). Sum of RGB (Red+Green+Blue) = 80+55+89=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #503759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503759 is #AFC8A6. Grayscale: #424242. Windows color (decimal): -11520167 or 5846864. OLE color: 5846864.

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

Color convert

RGB 80 55 89 -
CMYK 0.10 0.38 0 0.65
HSL 284.12º 0.24% 0.28% -
HSV(B) 284.12º 0.38% 0.35% -
XYZ 6.48 5.16 10.11 -
YUV 66.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 80 55 89 0.10 0.38 0 0.65 284.12 0.24 0.28
Hex 50 37 59 A 26 0 41 11C 18 1C
Octal 120 67 131 12 46 0 101 434 30 34
Binary 1010000 110111 1011001 1010 100110 0 1000001 100011100 11000 11100

Color Harmonies of #503759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503759

Black with #503759

Text Example


Text Example

White with #503759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503759; }

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

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

background-color css

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

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

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

border-color css

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

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

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