Html Css Color HEX #503259 Scarlet Gum

📋 copy color: '#503259'

red 80 ◦ green 50 ◦ blue 89

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

Shades of Scarlet Gum #503259

Tints of Scarlet Gum #503259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 36.53%
G = 22.83%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503259 (or 0x503259) is known color: Scarlet Gum. HEX triplet: 50, 32 and 59. RGB value is (80,50,89). Sum of RGB (Red+Green+Blue) = 80+50+89=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #503259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503259 is #AFCDA6. Grayscale: #3F3F3F. Windows color (decimal): -11521447 or 5845584. OLE color: 5845584.

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

Color convert

RGB 80 50 89 -
CMYK 0.10 0.44 0 0.65
HSL 286.15º 0.28% 0.27% -
HSV(B) 286.15º 0.44% 0.35% -
XYZ 6.25 4.71 10.03 -
YUV 63.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 80 50 89 0.10 0.44 0 0.65 286.15 0.28 0.27
Hex 50 32 59 A 2C 0 41 11E 1C 1B
Octal 120 62 131 12 54 0 101 436 34 33
Binary 1010000 110010 1011001 1010 101100 0 1000001 100011110 11100 11011

Color Harmonies of #503259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503259

Black with #503259

Text Example


Text Example

White with #503259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503259; }

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

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

background-color css

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

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

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

border-color css

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

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

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