#502460

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

Shades of Scarlet Gum #502460

Tints of Scarlet Gum #502460

Color information

#502460 (or 0x502460) is unknown color: approx Scarlet Gum. HEX triplet: 50, 24 and 60. RGB value is (80,36,96). Sum of RGB (Red+Green+Blue) = 80+36+96=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #502460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502460 is #AFDB9F. Grayscale: #373737. Windows color (decimal): -11525024 or 6300752. OLE color: 6300752.

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

Color convert

RGB803696-
CMYK0.170.6200.62
HSL284º45.45%25.88%-
HSV(B)284º62.5%37.65%-
XYZ6.053.8111.48-
YUV56150.58145.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=37.74%
G=16.98%
B=45.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8036960.170.6200.6228445.4525.88
Hex502460113E03E11c2d1a
Octal1204414021760764345532
Binary1010000100100110000010001111110011111010001110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502460; }

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

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

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

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

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

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

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

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