Html Css Color HEX #523E5C Scarlet Gum

📋 copy color: '#523E5C'

red 82 ◦ green 62 ◦ blue 92

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

Shades of Scarlet Gum #523E5C

Tints of Scarlet Gum #523E5C

RGB

 RED value IS 82 (32.42% from 255) = 34.75%

 GREEN value IS 62 (24.61% from 255) = 26.27%

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

R = 34.75%
G = 26.27%
B = 38.98%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#523E5C (or 0x523E5C) is known color: Scarlet Gum. HEX triplet: 52, 3E and 5C. RGB value is (82,62,92). Sum of RGB (Red+Green+Blue) = 82+62+92=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #523E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E5C is #ADC1A3. Grayscale: #474747. Windows color (decimal): -11387300 or 6045266. OLE color: 6045266.

HSL color Cylindrical-coordinate representation of color #523E5C: hue angle of 280º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523E5C is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 62 92 -
CMYK 0.11 0.33 0 0.64
HSL 280º 0.19% 0.3% -
HSV(B) 280º 0.33% 0.36% -
XYZ 7.13 6.01 10.91 -
YUV 71.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 82 62 92 0.11 0.33 0 0.64 280 0.19 0.3
Hex 52 3E 5C B 21 0 40 118 13 1E
Octal 122 76 134 13 41 0 100 430 23 36
Binary 1010010 111110 1011100 1011 100001 0 1000000 100011000 10011 11110

Color Harmonies of #523E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E5C

Black with #523E5C

Text Example


Text Example

White with #523E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523E5C; }

 p { color: rgb(82,62,92); }

 H1.HeaderClassName
 {
   color: #523E5C;
 }
 .AnyTagClassName
 {
   color: #523E5C;
 }
</style>

background-color css

<style>
 a { background-color: #523E5C; }

 a { background-color: rgb(82,62,92); }

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

border-color css

<style>
 span { border-color: #523E5C; }

 span { border-color: rgb(82,62,92); }

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