#53355C

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

Shades of Scarlet Gum #53355C

Tints of Scarlet Gum #53355C

Color information

#53355C (or 0x53355C) is unknown color: approx Scarlet Gum. HEX triplet: 53, 35 and 5C. RGB value is (83,53,92). Sum of RGB (Red+Green+Blue) = 83+53+92=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #53355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53355C is #ACCAA3. Grayscale: #424242. Windows color (decimal): -11324068 or 6042963. OLE color: 6042963.

HSL color Cylindrical-coordinate representation of color #53355C: hue angle of 286.15º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53355C is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB835392-
CMYK0.100.4200.64
HSL286.15º26.9%28.43%-
HSV(B)286.15º42.39%36.08%-
XYZ6.775.1610.76-
YUV66.42142.44139.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=36.40%
G=23.25%
B=40.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8353920.100.4200.64286.1526.928.43
Hex53355CA2A04011e1b1c
Octal12365134125201004363334
Binary101001111010110111001010101010010000001000111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53355C; }

 p { color: rgb(83,53,92); }

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

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

 a { background-color: rgb(83,53,92); }

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

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

 span { border-color: rgb(83,53,92); }

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