#522563

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

Shades of Scarlet Gum #522563

Tints of Scarlet Gum #522563

Color information

#522563 (or 0x522563) is unknown color: approx Scarlet Gum. HEX triplet: 52, 25 and 63. RGB value is (82,37,99). Sum of RGB (Red+Green+Blue) = 82+37+99=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #522563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522563 is #ADDA9C. Grayscale: #393939. Windows color (decimal): -11393693 or 6497618. OLE color: 6497618.

HSL color Cylindrical-coordinate representation of color #522563: hue angle of 283.55º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #522563 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB823799-
CMYK0.170.6300.61
HSL283.55º45.59%26.67%-
HSV(B)283.55º62.63%38.82%-
XYZ6.394.0212.24-
YUV57.52151.41145.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=37.61%
G=16.97%
B=45.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8237990.170.6300.61283.5545.5926.67
Hex522563113F03D11c2e1b
Octal1224514321770754345633
Binary1010010100101110001110001111111011110110001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522563; }

 p { color: rgb(82,37,99); }

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

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

 a { background-color: rgb(82,37,99); }

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

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

 span { border-color: rgb(82,37,99); }

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