#523060

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

Shades of Scarlet Gum #523060

Tints of Scarlet Gum #523060

Color information

#523060 (or 0x523060) is unknown color: approx Scarlet Gum. HEX triplet: 52, 30 and 60. RGB value is (82,48,96). Sum of RGB (Red+Green+Blue) = 82+48+96=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #523060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523060 is #ADCF9F. Grayscale: #3F3F3F. Windows color (decimal): -11390880 or 6303826. OLE color: 6303826.

HSL color Cylindrical-coordinate representation of color #523060: hue angle of 282.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523060 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB824896-
CMYK0.150.5000.62
HSL282.5º33.33%28.24%-
HSV(B)282.5º50%37.65%-
XYZ6.654.7511.63-
YUV63.64146.26141.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=36.28%
G=21.24%
B=42.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8248960.150.5000.62282.533.3328.24
Hex523060F3203E11a211c
Octal1226014017620764324134
Binary101001011000011000001111110010011111010001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523060; }

 p { color: rgb(82,48,96); }

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

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

 a { background-color: rgb(82,48,96); }

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

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

 span { border-color: rgb(82,48,96); }

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