#523561

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

Shades of Scarlet Gum #523561

Tints of Scarlet Gum #523561

Color information

#523561 (or 0x523561) is unknown color: approx Scarlet Gum. HEX triplet: 52, 35 and 61. RGB value is (82,53,97). Sum of RGB (Red+Green+Blue) = 82+53+97=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #523561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523561 is #ADCA9E. Grayscale: #424242. Windows color (decimal): -11389599 or 6370642. OLE color: 6370642.

HSL color Cylindrical-coordinate representation of color #523561: hue angle of 279.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #523561 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB825397-
CMYK0.150.4500.62
HSL279.55º29.33%29.41%-
HSV(B)279.55º45.36%38.04%-
XYZ6.915.211.95-
YUV66.69145.11138.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=35.34%
G=22.84%
B=41.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8253970.150.4500.62279.5529.3329.41
Hex523561F2D03E1181d1d
Octal1226514117550764303535
Binary10100101101011100001111110110101111101000110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523561; }

 p { color: rgb(82,53,97); }

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

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

 a { background-color: rgb(82,53,97); }

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

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

 span { border-color: rgb(82,53,97); }

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