Html Css Color HEX #503B59 Scarlet Gum

📋 copy color: '#503B59'

red 80 ◦ green 59 ◦ blue 89

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

Shades of Scarlet Gum #503B59

Tints of Scarlet Gum #503B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.88%

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

R = 35.09%
G = 25.88%
B = 39.04%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503B59 (or 0x503B59) is known color: Scarlet Gum. HEX triplet: 50, 3B and 59. RGB value is (80,59,89). Sum of RGB (Red+Green+Blue) = 80+59+89=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #503B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B59 is #AFC4A6. Grayscale: #444444. Windows color (decimal): -11519143 or 5847888. OLE color: 5847888.

HSL color Cylindrical-coordinate representation of color #503B59: hue angle of 282º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503B59 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 59 89 -
CMYK 0.10 0.34 0 0.65
HSL 282º 0.2% 0.29% -
HSV(B) 282º 0.34% 0.35% -
XYZ 6.68 5.55 10.17 -
YUV 68.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 80 59 89 0.10 0.34 0 0.65 282 0.2 0.29
Hex 50 3B 59 A 22 0 41 11A 14 1D
Octal 120 73 131 12 42 0 101 432 24 35
Binary 1010000 111011 1011001 1010 100010 0 1000001 100011010 10100 11101

Color Harmonies of #503B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B59

Black with #503B59

Text Example


Text Example

White with #503B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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