#53355E

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

Shades of Scarlet Gum #53355E

Tints of Scarlet Gum #53355E

Color information

#53355E (or 0x53355E) is unknown color: approx Scarlet Gum. HEX triplet: 53, 35 and 5E. RGB value is (83,53,94). Sum of RGB (Red+Green+Blue) = 83+53+94=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #53355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53355E is #ACCAA1. Grayscale: #424242. Windows color (decimal): -11324066 or 6174035. OLE color: 6174035.

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

Color convert

RGB835394-
CMYK0.120.4400.63
HSL283.9º27.89%28.82%-
HSV(B)283.9º43.62%36.86%-
XYZ6.865.1911.23-
YUV66.64143.44139.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=36.09%
G=23.04%
B=40.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8353940.120.4400.63283.927.8928.82
Hex53355EC2C03F11c1c1d
Octal1236513614540774343435
Binary10100111101011011110110010110001111111000111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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