Html Css Color HEX #53365D Scarlet Gum

📋 copy color: '#53365D'

red 83 ◦ green 54 ◦ blue 93

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

Shades of Scarlet Gum #53365D

Tints of Scarlet Gum #53365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 36.09%
G = 23.48%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53365D (or 0x53365D) is known color: Scarlet Gum. HEX triplet: 53, 36 and 5D. RGB value is (83,54,93). Sum of RGB (Red+Green+Blue) = 83+54+93=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #53365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53365D is #ACC9A2. Grayscale: #424242. Windows color (decimal): -11323811 or 6108755. OLE color: 6108755.

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

Color convert

RGB 83 54 93 -
CMYK 0.11 0.42 0 0.64
HSL 284.62º 0.27% 0.29% -
HSV(B) 284.62º 0.42% 0.36% -
XYZ 6.86 5.27 11.01 -
YUV 67.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 83 54 93 0.11 0.42 0 0.64 284.62 0.27 0.29
Hex 53 36 5D B 2A 0 40 11D 1B 1D
Octal 123 66 135 13 52 0 100 435 33 35
Binary 1010011 110110 1011101 1011 101010 0 1000000 100011101 11011 11101

Color Harmonies of #53365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53365D

Black with #53365D

Text Example


Text Example

White with #53365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53365D;
 }
 .AnyTagClassName
 {
   color: #53365D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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