#522660

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

Shades of Scarlet Gum #522660

Tints of Scarlet Gum #522660

Color information

#522660 (or 0x522660) is unknown color: approx Scarlet Gum. HEX triplet: 52, 26 and 60. RGB value is (82,38,96). Sum of RGB (Red+Green+Blue) = 82+38+96=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #522660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522660 is #ADD99F. Grayscale: #393939. Windows color (decimal): -11393440 or 6301266. OLE color: 6301266.

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

Color convert

RGB823896-
CMYK0.150.6000.62
HSL285.52º43.28%26.27%-
HSV(B)285.52º60.42%37.65%-
XYZ6.284.0211.51-
YUV57.77149.58145.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=37.96%
G=17.59%
B=44.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8238960.150.6000.62285.5243.2826.27
Hex522660F3C03E11e2b1a
Octal1224614017740764365332
Binary101001010011011000001111111100011111010001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522660; }

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

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

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

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

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

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

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

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