Html Css Color HEX #503F59 Scarlet Gum

📋 copy color: '#503F59'

red 80 ◦ green 63 ◦ blue 89

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

Shades of Scarlet Gum #503F59

Tints of Scarlet Gum #503F59

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 34.48%
G = 27.16%
B = 38.36%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503F59 (or 0x503F59) is known color: Scarlet Gum. HEX triplet: 50, 3F and 59. RGB value is (80,63,89). Sum of RGB (Red+Green+Blue) = 80+63+89=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #503F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F59 is #AFC0A6. Grayscale: #464646. Windows color (decimal): -11518119 or 5848912. OLE color: 5848912.

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

Color convert

RGB 80 63 89 -
CMYK 0.10 0.29 0 0.65
HSL 279.23º 0.17% 0.3% -
HSV(B) 279.23º 0.29% 0.35% -
XYZ 6.89 5.98 10.24 -
YUV 71.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 80 63 89 0.10 0.29 0 0.65 279.23 0.17 0.3
Hex 50 3F 59 A 1D 0 41 117 11 1E
Octal 120 77 131 12 35 0 101 427 21 36
Binary 1010000 111111 1011001 1010 11101 0 1000001 100010111 10001 11110

Color Harmonies of #503F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F59

Black with #503F59

Text Example


Text Example

White with #503F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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