Html Css Color HEX #503460 Scarlet Gum

📋 copy color: '#503460'

red 80 ◦ green 52 ◦ blue 96

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

Shades of Scarlet Gum #503460

Tints of Scarlet Gum #503460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 35.09%
G = 22.81%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503460 (or 0x503460) is known color: Scarlet Gum. HEX triplet: 50, 34 and 60. RGB value is (80,52,96). Sum of RGB (Red+Green+Blue) = 80+52+96=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #503460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503460 is #AFCB9F. Grayscale: #414141. Windows color (decimal): -11520928 or 6304848. OLE color: 6304848.

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

Color convert

RGB 80 52 96 -
CMYK 0.17 0.46 0 0.62
HSL 278.18º 0.3% 0.29% -
HSV(B) 278.18º 0.46% 0.38% -
XYZ 6.65 5.01 11.68 -
YUV 65.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 80 52 96 0.17 0.46 0 0.62 278.18 0.3 0.29
Hex 50 34 60 11 2E 0 3E 116 1E 1D
Octal 120 64 140 21 56 0 76 426 36 35
Binary 1010000 110100 1100000 10001 101110 0 111110 100010110 11110 11101

Color Harmonies of #503460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503460

Black with #503460

Text Example


Text Example

White with #503460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503460; }

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

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

background-color css

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

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

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

border-color css

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

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

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