Html Css Color HEX #53385C Scarlet Gum

📋 copy color: '#53385C'

red 83 ◦ green 56 ◦ blue 92

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

Shades of Scarlet Gum #53385C

Tints of Scarlet Gum #53385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

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

R = 35.93%
G = 24.24%
B = 39.83%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53385C (or 0x53385C) is known color: Scarlet Gum. HEX triplet: 53, 38 and 5C. RGB value is (83,56,92). Sum of RGB (Red+Green+Blue) = 83+56+92=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #53385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53385C is #ACC7A3. Grayscale: #444444. Windows color (decimal): -11323300 or 6043731. OLE color: 6043731.

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

Color convert

RGB 83 56 92 -
CMYK 0.10 0.39 0 0.64
HSL 285º 0.24% 0.29% -
HSV(B) 285º 0.39% 0.36% -
XYZ 6.91 5.44 10.81 -
YUV 68.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 83 56 92 0.10 0.39 0 0.64 285 0.24 0.29
Hex 53 38 5C A 27 0 40 11D 18 1D
Octal 123 70 134 12 47 0 100 435 30 35
Binary 1010011 111000 1011100 1010 100111 0 1000000 100011101 11000 11101

Color Harmonies of #53385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53385C

Black with #53385C

Text Example


Text Example

White with #53385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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