Html Css Color HEX #503563 Scarlet Gum

📋 copy color: '#503563'

red 80 ◦ green 53 ◦ blue 99

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

Shades of Scarlet Gum #503563

Tints of Scarlet Gum #503563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 34.48%
G = 22.84%
B = 42.67%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#503563 (or 0x503563) is known color: Scarlet Gum. HEX triplet: 50, 35 and 63. RGB value is (80,53,99). Sum of RGB (Red+Green+Blue) = 80+53+99=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #503563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503563 is #AFCA9C. Grayscale: #424242. Windows color (decimal): -11520669 or 6501712. OLE color: 6501712.

HSL color Cylindrical-coordinate representation of color #503563: hue angle of 275.22º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503563 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 53 99 -
CMYK 0.19 0.46 0 0.61
HSL 275.22º 0.3% 0.3% -
HSV(B) 275.22º 0.46% 0.39% -
XYZ 6.83 5.15 12.44 -
YUV 66.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 80 53 99 0.19 0.46 0 0.61 275.22 0.3 0.3
Hex 50 35 63 13 2E 0 3D 113 1E 1E
Octal 120 65 143 23 56 0 75 423 36 36
Binary 1010000 110101 1100011 10011 101110 0 111101 100010011 11110 11110

Color Harmonies of #503563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503563

Black with #503563

Text Example


Text Example

White with #503563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503563; }

 p { color: rgb(80,53,99); }

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

background-color css

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

 a { background-color: rgb(80,53,99); }

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

border-color css

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

 span { border-color: rgb(80,53,99); }

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