#501566

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

Shades of Scarlet Gum #501566

Tints of Scarlet Gum #501566

Color information

#501566 (or 0x501566) is unknown color: approx Scarlet Gum. HEX triplet: 50, 15 and 66. RGB value is (80,21,102). Sum of RGB (Red+Green+Blue) = 80+21+102=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #501566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501566 is #AFEA99. Grayscale: #2F2F2F. Windows color (decimal): -11528858 or 6690128. OLE color: 6690128.

HSL color Cylindrical-coordinate representation of color #501566: hue angle of 283.7º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501566 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8021102-
CMYK0.220.7900.6
HSL283.7º65.85%24.12%-
HSV(B)283.7º79.41%40%-
XYZ5.973.212.87-
YUV47.88158.55150.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=39.41%
G=10.34%
B=50.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80211020.220.7900.6283.765.8524.12
Hex501566164F03C11c4218
Octal120251462611707443410230
Binary10100001010111001101011010011110111100100011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501566; }

 p { color: rgb(80,21,102); }

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

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

 a { background-color: rgb(80,21,102); }

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

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

 span { border-color: rgb(80,21,102); }

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