Html Css Color HEX #53355C Scarlet Gum

📋 copy color: '#53355C'

red 83 ◦ green 53 ◦ blue 92

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

Shades of Scarlet Gum #53355C

Tints of Scarlet Gum #53355C

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 36.4%
G = 23.25%
B = 40.35%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 83 53 92 -
CMYK 0.10 0.42 0 0.64
HSL 286.15º 0.27% 0.28% -
HSV(B) 286.15º 0.42% 0.36% -
XYZ 6.77 5.16 10.76 -
YUV 66.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 83 53 92 0.10 0.42 0 0.64 286.15 0.27 0.28
Hex 53 35 5C A 2A 0 40 11E 1B 1C
Octal 123 65 134 12 52 0 100 436 33 34
Binary 1010011 110101 1011100 1010 101010 0 1000000 100011110 11011 11100

Color Harmonies of #53355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53355C

Black with #53355C

Text Example


Text Example

White with #53355C

Text Example


Text Example

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