#502866

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

Shades of Scarlet Gum #502866

Tints of Scarlet Gum #502866

Color information

#502866 (or 0x502866) is unknown color: approx Scarlet Gum. HEX triplet: 50, 28 and 66. RGB value is (80,40,102). Sum of RGB (Red+Green+Blue) = 80+40+102=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #502866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502866 is #AFD799. Grayscale: #3A3A3A. Windows color (decimal): -11523994 or 6694992. OLE color: 6694992.

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

Color convert

RGB8040102-
CMYK0.220.6100.6
HSL278.71º43.66%27.84%-
HSV(B)278.71º60.78%40%-
XYZ6.474.1813.04-
YUV59.03152.25142.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=36.04%
G=18.02%
B=45.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80401020.220.6100.6278.7143.6627.84
Hex502866163D03C1172c1c
Octal1205014626750744275434
Binary1010000101000110011010110111101011110010001011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502866; }

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

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

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

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

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

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

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

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