#522069

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

Shades of Scarlet Gum #522069

Tints of Scarlet Gum #522069

Color information

#522069 (or 0x522069) is unknown color: approx Scarlet Gum. HEX triplet: 52, 20 and 69. RGB value is (82,32,105). Sum of RGB (Red+Green+Blue) = 82+32+105=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #522069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522069 is #ADDF96. Grayscale: #373737. Windows color (decimal): -11394967 or 6889554. OLE color: 6889554.

HSL color Cylindrical-coordinate representation of color #522069: hue angle of 281.1º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522069 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8232105-
CMYK0.220.7000.59
HSL281.1º53.28%26.86%-
HSV(B)281.1º69.52%41.18%-
XYZ6.553.8513.76-
YUV55.27156.06147.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=37.44%
G=14.61%
B=47.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82321050.220.7000.59281.153.2826.86
Hex522069164603B119351b
Octal12240151261060734316533
Binary10100101000001101001101101000110011101110001100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522069; }

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

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

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

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

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

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

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

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