Html Css Color HEX #53355E Scarlet Gum

📋 copy color: '#53355E'

red 83 ◦ green 53 ◦ blue 94

#53355E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #53355E

Tints of Scarlet Gum #53355E

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 value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53355E (or 0x53355E) is known color: 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

RGB 83 53 94 -
CMYK 0.12 0.44 0 0.63
HSL 283.9º 0.28% 0.29% -
HSV(B) 283.9º 0.44% 0.37% -
XYZ 6.86 5.19 11.23 -
YUV 66.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 83 53 94 0.12 0.44 0 0.63 283.9 0.28 0.29
Hex 53 35 5E C 2C 0 3F 11C 1C 1D
Octal 123 65 136 14 54 0 77 434 34 35
Binary 1010011 110101 1011110 1100 101100 0 111111 100011100 11100 11101

Color Harmonies of #53355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53355E

Black with #53355E

Text Example


Text Example

White with #53355E

Text Example


Text Example

HTML Codes & Css Web 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>