#500860

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

Shades of Scarlet Gum #500860

Tints of Scarlet Gum #500860

Color information

#500860 (or 0x500860) is unknown color: approx Scarlet Gum. HEX triplet: 50, 08 and 60. RGB value is (80,8,96). Sum of RGB (Red+Green+Blue) = 80+8+96=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #500860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500860 is #AFF79F. Grayscale: #272727. Windows color (decimal): -11532192 or 6293584. OLE color: 6293584.

HSL color Cylindrical-coordinate representation of color #500860: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500860 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB80896-
CMYK0.170.9200.62
HSL289.09º84.62%20.39%-
HSV(B)289.09º91.67%37.65%-
XYZ5.512.7211.3-
YUV39.56159.85156.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=43.48%
G=4.35%
B=52.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal808960.170.9200.62289.0984.6220.39
Hex50860115C03E1215514
Octal120101402113407644112524
Binary1010000100011000001000110111000111110100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500860; }

 p { color: rgb(80,8,96); }

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

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

 a { background-color: rgb(80,8,96); }

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

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

 span { border-color: rgb(80,8,96); }

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