Html Css Color HEX #53375C Scarlet Gum

📋 copy color: '#53375C'

red 83 ◦ green 55 ◦ blue 92

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

Shades of Scarlet Gum #53375C

Tints of Scarlet Gum #53375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

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

R = 36.09%
G = 23.91%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53375C (or 0x53375C) is known color: Scarlet Gum. HEX triplet: 53, 37 and 5C. RGB value is (83,55,92). Sum of RGB (Red+Green+Blue) = 83+55+92=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #53375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53375C is #ACC8A3. Grayscale: #434343. Windows color (decimal): -11323556 or 6043475. OLE color: 6043475.

HSL color Cylindrical-coordinate representation of color #53375C: hue angle of 285.41º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53375C is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 55 92 -
CMYK 0.10 0.40 0 0.64
HSL 285.41º 0.25% 0.29% -
HSV(B) 285.41º 0.4% 0.36% -
XYZ 6.87 5.34 10.79 -
YUV 67.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 83 55 92 0.10 0.40 0 0.64 285.41 0.25 0.29
Hex 53 37 5C A 28 0 40 11D 19 1D
Octal 123 67 134 12 50 0 100 435 31 35
Binary 1010011 110111 1011100 1010 101000 0 1000000 100011101 11001 11101

Color Harmonies of #53375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53375C

Black with #53375C

Text Example


Text Example

White with #53375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53375C;
 }
 .AnyTagClassName
 {
   color: #53375C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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