Html Css Color HEX #503060 Scarlet Gum

📋 copy color: '#503060'

red 80 ◦ green 48 ◦ blue 96

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

Shades of Scarlet Gum #503060

Tints of Scarlet Gum #503060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503060 (or 0x503060) is known color: Scarlet Gum. HEX triplet: 50, 30 and 60. RGB value is (80,48,96). Sum of RGB (Red+Green+Blue) = 80+48+96=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #503060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503060 is #AFCF9F. Grayscale: #3E3E3E. Windows color (decimal): -11521952 or 6303824. OLE color: 6303824.

HSL color Cylindrical-coordinate representation of color #503060: hue angle of 280º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503060 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 48 96 -
CMYK 0.17 0.50 0 0.62
HSL 280º 0.33% 0.28% -
HSV(B) 280º 0.5% 0.38% -
XYZ 6.48 4.66 11.63 -
YUV 63.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 80 48 96 0.17 0.50 0 0.62 280 0.33 0.28
Hex 50 30 60 11 32 0 3E 118 21 1C
Octal 120 60 140 21 62 0 76 430 41 34
Binary 1010000 110000 1100000 10001 110010 0 111110 100011000 100001 11100

Color Harmonies of #503060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503060

Black with #503060

Text Example


Text Example

White with #503060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503060; }

 p { color: rgb(80,48,96); }

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

background-color css

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

 a { background-color: rgb(80,48,96); }

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

border-color css

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

 span { border-color: rgb(80,48,96); }

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