Html Css Color HEX #503660 Scarlet Gum

📋 copy color: '#503660'

red 80 ◦ green 54 ◦ blue 96

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

Shades of Scarlet Gum #503660

Tints of Scarlet Gum #503660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 34.78%
G = 23.48%
B = 41.74%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503660 (or 0x503660) is known color: Scarlet Gum. HEX triplet: 50, 36 and 60. RGB value is (80,54,96). Sum of RGB (Red+Green+Blue) = 80+54+96=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #503660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503660 is #AFC99F. Grayscale: #424242. Windows color (decimal): -11520416 or 6305360. OLE color: 6305360.

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

Color convert

RGB 80 54 96 -
CMYK 0.17 0.44 0 0.62
HSL 277.14º 0.28% 0.29% -
HSV(B) 277.14º 0.44% 0.38% -
XYZ 6.74 5.19 11.71 -
YUV 66.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 80 54 96 0.17 0.44 0 0.62 277.14 0.28 0.29
Hex 50 36 60 11 2C 0 3E 115 1C 1D
Octal 120 66 140 21 54 0 76 425 34 35
Binary 1010000 110110 1100000 10001 101100 0 111110 100010101 11100 11101

Color Harmonies of #503660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503660

Black with #503660

Text Example


Text Example

White with #503660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503660; }

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

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

background-color css

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

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

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

border-color css

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

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

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