#522565

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

Shades of Scarlet Gum #522565

Tints of Scarlet Gum #522565

Color information

#522565 (or 0x522565) is unknown color: approx Scarlet Gum. HEX triplet: 52, 25 and 65. RGB value is (82,37,101). Sum of RGB (Red+Green+Blue) = 82+37+101=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #522565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522565 is #ADDA9A. Grayscale: #393939. Windows color (decimal): -11393691 or 6628690. OLE color: 6628690.

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

Color convert

RGB8237101-
CMYK0.190.6300.60
HSL282.19º46.38%27.06%-
HSV(B)282.19º63.37%39.61%-
XYZ6.494.0612.75-
YUV57.75152.41145.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=37.27%
G=16.82%
B=45.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82371010.190.6300.60282.1946.3827.06
Hex522565133F03C11a2e1b
Octal1224514523770744325633
Binary1010010100101110010110011111111011110010001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522565; }

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

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

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

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

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

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

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

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