Html Css Color HEX #503459 Scarlet Gum

📋 copy color: '#503459'

red 80 ◦ green 52 ◦ blue 89

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

Shades of Scarlet Gum #503459

Tints of Scarlet Gum #503459

RGB

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

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

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

R = 36.2%
G = 23.53%
B = 40.27%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503459 (or 0x503459) is known color: Scarlet Gum. HEX triplet: 50, 34 and 59. RGB value is (80,52,89). Sum of RGB (Red+Green+Blue) = 80+52+89=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #503459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503459 is #AFCBA6. Grayscale: #404040. Windows color (decimal): -11520935 or 5846096. OLE color: 5846096.

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

Color convert

RGB 80 52 89 -
CMYK 0.10 0.42 0 0.65
HSL 285.41º 0.26% 0.28% -
HSV(B) 285.41º 0.42% 0.35% -
XYZ 6.34 4.88 10.06 -
YUV 64.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 80 52 89 0.10 0.42 0 0.65 285.41 0.26 0.28
Hex 50 34 59 A 2A 0 41 11D 1A 1C
Octal 120 64 131 12 52 0 101 435 32 34
Binary 1010000 110100 1011001 1010 101010 0 1000001 100011101 11010 11100

Color Harmonies of #503459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503459

Black with #503459

Text Example


Text Example

White with #503459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503459; }

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

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

background-color css

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

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

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

border-color css

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

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

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