#50305A

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

Shades of Scarlet Gum #50305A

Tints of Scarlet Gum #50305A

Color information

#50305A (or 0x50305A) is unknown color: approx Scarlet Gum. HEX triplet: 50, 30 and 5A. RGB value is (80,48,90). Sum of RGB (Red+Green+Blue) = 80+48+90=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #50305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50305A is #AFCFA5. Grayscale: #3E3E3E. Windows color (decimal): -11521958 or 5910608. OLE color: 5910608.

HSL color Cylindrical-coordinate representation of color #50305A: hue angle of 285.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50305A is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB804890-
CMYK0.110.4700.65
HSL285.71º30.43%27.06%-
HSV(B)285.71º46.67%35.29%-
XYZ6.214.5610.23-
YUV62.36143.6140.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=36.70%
G=22.02%
B=41.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8048900.110.4700.65285.7130.4327.06
Hex50305AB2F04111e1e1b
Octal12060132135701014363633
Binary101000011000010110101011101111010000011000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50305A; }

 p { color: rgb(80,48,90); }

 H1.HeaderClassName
 {
   color: #50305A;
 }
 .AnyTagClassName
 {
   color: #50305A;
 }
</style>
background-color css

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

 a { background-color: rgb(80,48,90); }

 div.DivClassName
 {
   background-color: #50305A;
 }
 .BgClassName
 {
   background-color: #50305A;
 }
</style>
border-color css

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

 span { border-color: rgb(80,48,90); }

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