#50405A

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

Shades of Scarlet Gum #50405A

Tints of Scarlet Gum #50405A

Color information

#50405A (or 0x50405A) is unknown color: approx Scarlet Gum. HEX triplet: 50, 40 and 5A. RGB value is (80,64,90). Sum of RGB (Red+Green+Blue) = 80+64+90=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #50405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50405A is #AFBFA5. Grayscale: #474747. Windows color (decimal): -11517862 or 5914704. OLE color: 5914704.

HSL color Cylindrical-coordinate representation of color #50405A: hue angle of 276.92º 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 #50405A is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB806490-
CMYK0.110.2900.65
HSL276.92º16.88%30.2%-
HSV(B)276.92º28.89%35.29%-
XYZ6.996.1110.48-
YUV71.75138.3133.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=34.19%
G=27.35%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8064900.110.2900.65276.9216.8830.2
Hex50405AB1D041115111e
Octal120100132133501014252136
Binary101000010000001011010101111101010000011000101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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