#500960

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

Shades of Scarlet Gum #500960

Tints of Scarlet Gum #500960

Color information

#500960 (or 0x500960) is unknown color: approx Scarlet Gum. HEX triplet: 50, 09 and 60. RGB value is (80,9,96). Sum of RGB (Red+Green+Blue) = 80+9+96=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #500960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500960 is #AFF69F. Grayscale: #272727. Windows color (decimal): -11531936 or 6293840. OLE color: 6293840.

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

Color convert

RGB80996-
CMYK0.170.9100.62
HSL288.97º82.86%20.59%-
HSV(B)288.97º90.62%37.65%-
XYZ5.522.7511.31-
YUV40.15159.52156.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=43.24%
G=4.86%
B=51.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809960.170.9100.62288.9782.8620.59
Hex50960115B03E1215315
Octal120111402113307644112325
Binary1010000100111000001000110110110111110100100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500960; }

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

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

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

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

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

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

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

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