Html Css Color HEX #503858 Scarlet Gum

📋 copy color: '#503858'

red 80 ◦ green 56 ◦ blue 88

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

Shades of Scarlet Gum #503858

Tints of Scarlet Gum #503858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 35.71%
G = 25%
B = 39.29%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503858 (or 0x503858) is known color: Scarlet Gum. HEX triplet: 50, 38 and 58. RGB value is (80,56,88). Sum of RGB (Red+Green+Blue) = 80+56+88=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #503858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503858 is #AFC7A7. Grayscale: #424242. Windows color (decimal): -11519912 or 5781584. OLE color: 5781584.

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

Color convert

RGB 80 56 88 -
CMYK 0.09 0.36 0 0.65
HSL 285º 0.22% 0.28% -
HSV(B) 285º 0.36% 0.35% -
XYZ 6.48 5.24 9.9 -
YUV 66.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 80 56 88 0.09 0.36 0 0.65 285 0.22 0.28
Hex 50 38 58 9 24 0 41 11D 16 1C
Octal 120 70 130 11 44 0 101 435 26 34
Binary 1010000 111000 1011000 1001 100100 0 1000001 100011101 10110 11100

Color Harmonies of #503858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503858

Black with #503858

Text Example


Text Example

White with #503858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503858; }

 p { color: rgb(80,56,88); }

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

background-color css

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

 a { background-color: rgb(80,56,88); }

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

border-color css

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

 span { border-color: rgb(80,56,88); }

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