#53305D

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

Shades of Scarlet Gum #53305D

Tints of Scarlet Gum #53305D

Color information

#53305D (or 0x53305D) is unknown color: approx Scarlet Gum. HEX triplet: 53, 30 and 5D. RGB value is (83,48,93). Sum of RGB (Red+Green+Blue) = 83+48+93=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #53305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53305D is #ACCFA2. Grayscale: #3F3F3F. Windows color (decimal): -11325347 or 6107219. OLE color: 6107219.

HSL color Cylindrical-coordinate representation of color #53305D: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53305D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB834893-
CMYK0.110.4800.64
HSL286.67º31.91%27.65%-
HSV(B)286.67º48.39%36.47%-
XYZ6.64.7410.92-
YUV63.6144.6141.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=37.05%
G=21.43%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8348930.110.4800.64286.6731.9127.65
Hex53305DB3004011f201c
Octal12360135136001004374034
Binary1010011110000101110110111100000100000010001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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