#502868

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

Shades of Scarlet Gum #502868

Tints of Scarlet Gum #502868

Color information

#502868 (or 0x502868) is unknown color: approx Scarlet Gum. HEX triplet: 50, 28 and 68. RGB value is (80,40,104). Sum of RGB (Red+Green+Blue) = 80+40+104=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #502868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502868 is #AFD797. Grayscale: #3B3B3B. Windows color (decimal): -11523992 or 6826064. OLE color: 6826064.

HSL color Cylindrical-coordinate representation of color #502868: hue angle of 277.5º degrees, saturation: 0.44, 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 #502868 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8040104-
CMYK0.230.6200.59
HSL277.5º44.44%28.24%-
HSV(B)277.5º61.54%40.78%-
XYZ6.574.2213.57-
YUV59.26153.25142.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=35.71%
G=17.86%
B=46.43%

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
Decimal80401040.230.6200.59277.544.4428.24
Hex502868173E03B1162c1c
Octal1205015027760734265434
Binary1010000101000110100010111111110011101110001011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502868; }

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

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

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

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

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

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

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

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