#522365

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

Shades of Scarlet Gum #522365

Tints of Scarlet Gum #522365

Color information

#522365 (or 0x522365) is unknown color: approx Scarlet Gum. HEX triplet: 52, 23 and 65. RGB value is (82,35,101). Sum of RGB (Red+Green+Blue) = 82+35+101=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #522365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522365 is #ADDC9A. Grayscale: #383838. Windows color (decimal): -11394203 or 6628178. OLE color: 6628178.

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

Color convert

RGB8235101-
CMYK0.190.6500.60
HSL282.73º48.53%26.67%-
HSV(B)282.73º65.35%39.61%-
XYZ6.433.9412.73-
YUV56.58153.07146.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=37.61%
G=16.06%
B=46.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82351010.190.6500.60282.7348.5326.67
Hex522365134103C11b311b
Octal12243145231010744336133
Binary10100101000111100101100111000001011110010001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522365; }

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

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

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

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

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

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

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

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