#53285F

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

Shades of Scarlet Gum #53285F

Tints of Scarlet Gum #53285F

Color information

#53285F (or 0x53285F) is unknown color: approx Scarlet Gum. HEX triplet: 53, 28 and 5F. RGB value is (83,40,95). Sum of RGB (Red+Green+Blue) = 83+40+95=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #53285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53285F is #ACD7A0. Grayscale: #3A3A3A. Windows color (decimal): -11327393 or 6236243. OLE color: 6236243.

HSL color Cylindrical-coordinate representation of color #53285F: hue angle of 286.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53285F is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB834095-
CMYK0.130.5800.63
HSL286.91º40.74%26.47%-
HSV(B)286.91º57.89%37.25%-
XYZ6.394.1811.3-
YUV59.13148.25145.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=38.07%
G=18.35%
B=43.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8340950.130.5800.63286.9140.7426.47
Hex53285FD3A03F11f291a
Octal1235013715720774375132
Binary101001110100010111111101111010011111110001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53285F; }

 p { color: rgb(83,40,95); }

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

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

 a { background-color: rgb(83,40,95); }

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

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

 span { border-color: rgb(83,40,95); }

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