#522A69

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

Shades of Scarlet Gum #522A69

Tints of Scarlet Gum #522A69

Color information

#522A69 (or 0x522A69) is unknown color: approx Scarlet Gum. HEX triplet: 52, 2A and 69. RGB value is (82,42,105). Sum of RGB (Red+Green+Blue) = 82+42+105=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #522A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A69 is #ADD596. Grayscale: #3C3C3C. Windows color (decimal): -11392407 or 6892114. OLE color: 6892114.

HSL color Cylindrical-coordinate representation of color #522A69: hue angle of 278.1º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522A69 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8242105-
CMYK0.220.600.59
HSL278.1º42.86%28.82%-
HSV(B)278.1º60%41.18%-
XYZ6.864.4713.87-
YUV61.14152.75142.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=35.81%
G=18.34%
B=45.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82421050.220.600.59278.142.8628.82
Hex522A69163C03B1162b1d
Octal1225215126740734265335
Binary1010010101010110100110110111100011101110001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A69; }

 p { color: rgb(82,42,105); }

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

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

 a { background-color: rgb(82,42,105); }

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

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

 span { border-color: rgb(82,42,105); }

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