#502568

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

Shades of Scarlet Gum #502568

Tints of Scarlet Gum #502568

Color information

#502568 (or 0x502568) is unknown color: approx Scarlet Gum. HEX triplet: 50, 25 and 68. RGB value is (80,37,104). Sum of RGB (Red+Green+Blue) = 80+37+104=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #502568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502568 is #AFDA97. Grayscale: #393939. Windows color (decimal): -11524760 or 6825296. OLE color: 6825296.

HSL color Cylindrical-coordinate representation of color #502568: hue angle of 278.51º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502568 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8037104-
CMYK0.230.6400.59
HSL278.51º47.52%27.65%-
HSV(B)278.51º64.42%40.78%-
XYZ6.474.0313.53-
YUV57.5154.25144.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=36.20%
G=16.74%
B=47.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80371040.230.6400.59278.5147.5227.65
Hex502568174003B117301c
Octal12045150271000734276034
Binary10100001001011101000101111000000011101110001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502568; }

 p { color: rgb(80,37,104); }

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

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

 a { background-color: rgb(80,37,104); }

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

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

 span { border-color: rgb(80,37,104); }

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