#532565

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

Shades of Scarlet Gum #532565

Tints of Scarlet Gum #532565

Color information

#532565 (or 0x532565) is unknown color: approx Scarlet Gum. HEX triplet: 53, 25 and 65. RGB value is (83,37,101). Sum of RGB (Red+Green+Blue) = 83+37+101=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #532565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532565 is #ACDA9A. Grayscale: #393939. Windows color (decimal): -11328155 or 6628691. OLE color: 6628691.

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

Color convert

RGB8337101-
CMYK0.180.6300.60
HSL283.12º46.38%27.06%-
HSV(B)283.12º63.37%39.61%-
XYZ6.584.112.76-
YUV58.05152.24145.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=37.56%
G=16.74%
B=45.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83371010.180.6300.60283.1246.3827.06
Hex532565123F03C11b2e1b
Octal1234514522770744335633
Binary1010011100101110010110010111111011110010001101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532565; }

 p { color: rgb(83,37,101); }

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

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

 a { background-color: rgb(83,37,101); }

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

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

 span { border-color: rgb(83,37,101); }

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