#50285E

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

Shades of Scarlet Gum #50285E

Tints of Scarlet Gum #50285E

Color information

#50285E (or 0x50285E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 28 and 5E. RGB value is (80,40,94). Sum of RGB (Red+Green+Blue) = 80+40+94=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #50285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50285E is #AFD7A1. Grayscale: #393939. Windows color (decimal): -11524002 or 6170704. OLE color: 6170704.

HSL color Cylindrical-coordinate representation of color #50285E: hue angle of 284.44º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50285E is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB804094-
CMYK0.150.5700.63
HSL284.44º40.3%26.27%-
HSV(B)284.44º57.45%36.86%-
XYZ6.094.0311.05-
YUV58.12148.25143.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=37.38%
G=18.69%
B=43.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8040940.150.5700.63284.4440.326.27
Hex50285EF3903F11c281a
Octal1205013617710774345032
Binary101000010100010111101111111001011111110001110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50285E; }

 p { color: rgb(80,40,94); }

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

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

 a { background-color: rgb(80,40,94); }

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

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

 span { border-color: rgb(80,40,94); }

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