#53305E

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

Shades of Scarlet Gum #53305E

Tints of Scarlet Gum #53305E

Color information

#53305E (or 0x53305E) is unknown color: approx Scarlet Gum. HEX triplet: 53, 30 and 5E. RGB value is (83,48,94). Sum of RGB (Red+Green+Blue) = 83+48+94=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #53305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53305E is #ACCFA1. Grayscale: #3F3F3F. Windows color (decimal): -11325346 or 6172755. OLE color: 6172755.

HSL color Cylindrical-coordinate representation of color #53305E: hue angle of 285.65º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53305E is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB834894-
CMYK0.120.4900.63
HSL285.65º32.39%27.84%-
HSV(B)285.65º48.94%36.86%-
XYZ6.644.7611.16-
YUV63.71145.1141.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=36.89%
G=21.33%
B=41.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8348940.120.4900.63285.6532.3927.84
Hex53305EC3103F11e201c
Octal1236013614610774364034
Binary101001111000010111101100110001011111110001111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53305E; }

 p { color: rgb(83,48,94); }

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

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

 a { background-color: rgb(83,48,94); }

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

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

 span { border-color: rgb(83,48,94); }

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