#502F60

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

Shades of Scarlet Gum #502F60

Tints of Scarlet Gum #502F60

Color information

#502F60 (or 0x502F60) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2F and 60. RGB value is (80,47,96). Sum of RGB (Red+Green+Blue) = 80+47+96=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #502F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F60 is #AFD09F. Grayscale: #3E3E3E. Windows color (decimal): -11522208 or 6303568. OLE color: 6303568.

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

Color convert

RGB804796-
CMYK0.170.5100.62
HSL280.41º34.27%28.04%-
HSV(B)280.41º51.04%37.65%-
XYZ6.444.5811.61-
YUV62.45146.93140.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=35.87%
G=21.08%
B=43.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8047960.170.5100.62280.4134.2728.04
Hex502F60113303E118221c
Octal1205714021630764304234
Binary1010000101111110000010001110011011111010001100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F60; }

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

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

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

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

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

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

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

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