#503858

Color #503858 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #503858

Tints of Scarlet Gum #503858

Color information

#503858 (or 0x503858) is unknown color: approx 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

RGB805688-
CMYK0.090.3600.65
HSL285º22.22%28.24%-
HSV(B)285º36.36%34.51%-
XYZ6.485.249.9-
YUV66.82139.95137.4-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8056880.090.3600.6528522.2228.24
Hex50385892404111d161c
Octal12070130114401014352634
Binary101000011100010110001001100100010000011000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>