#522369

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

Shades of Scarlet Gum #522369

Tints of Scarlet Gum #522369

Color information

#522369 (or 0x522369) is unknown color: approx Scarlet Gum. HEX triplet: 52, 23 and 69. RGB value is (82,35,105). Sum of RGB (Red+Green+Blue) = 82+35+105=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #522369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522369 is #ADDC96. Grayscale: #383838. Windows color (decimal): -11394199 or 6890322. OLE color: 6890322.

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

Color convert

RGB8235105-
CMYK0.220.6700.59
HSL280.29º50%27.45%-
HSV(B)280.29º66.67%41.18%-
XYZ6.634.0213.79-
YUV57.03155.07145.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=36.94%
G=15.77%
B=47.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82351050.220.6700.59280.295027.45
Hex522369164303B118321b
Octal12243151261030734306233
Binary10100101000111101001101101000011011101110001100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522369; }

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

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

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

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

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

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

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

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