Html Css Color HEX #523E5A Scarlet Gum

📋 copy color: '#523E5A'

red 82 ◦ green 62 ◦ blue 90

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

Shades of Scarlet Gum #523E5A

Tints of Scarlet Gum #523E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 35.04%
G = 26.5%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523E5A (or 0x523E5A) is known color: Scarlet Gum. HEX triplet: 52, 3E and 5A. RGB value is (82,62,90). Sum of RGB (Red+Green+Blue) = 82+62+90=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #523E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E5A is #ADC1A5. Grayscale: #474747. Windows color (decimal): -11387302 or 5914194. OLE color: 5914194.

HSL color Cylindrical-coordinate representation of color #523E5A: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #523E5A is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 62 90 -
CMYK 0.09 0.31 0 0.65
HSL 282.86º 0.18% 0.3% -
HSV(B) 282.86º 0.31% 0.35% -
XYZ 7.05 5.98 10.46 -
YUV 71.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 82 62 90 0.09 0.31 0 0.65 282.86 0.18 0.3
Hex 52 3E 5A 9 1F 0 41 11B 12 1E
Octal 122 76 132 11 37 0 101 433 22 36
Binary 1010010 111110 1011010 1001 11111 0 1000001 100011011 10010 11110

Color Harmonies of #523E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E5A

Black with #523E5A

Text Example


Text Example

White with #523E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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