#502768

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

Shades of Scarlet Gum #502768

Tints of Scarlet Gum #502768

Color information

#502768 (or 0x502768) is unknown color: approx Scarlet Gum. HEX triplet: 50, 27 and 68. RGB value is (80,39,104). Sum of RGB (Red+Green+Blue) = 80+39+104=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #502768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502768 is #AFD897. Grayscale: #3A3A3A. Windows color (decimal): -11524248 or 6825808. OLE color: 6825808.

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

Color convert

RGB8039104-
CMYK0.230.6200.59
HSL277.85º45.45%28.04%-
HSV(B)277.85º62.5%40.78%-
XYZ6.534.1613.55-
YUV58.67153.58143.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=35.87%
G=17.49%
B=46.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80391040.230.6200.59277.8545.4528.04
Hex502768173E03B1162d1c
Octal1204715027760734265534
Binary1010000100111110100010111111110011101110001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502768; }

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

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

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

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

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

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

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

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