Html Css Color HEX #523A5B Scarlet Gum

📋 copy color: '#523A5B'

red 82 ◦ green 58 ◦ blue 91

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

Shades of Scarlet Gum #523A5B

Tints of Scarlet Gum #523A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 35.5%
G = 25.11%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#523A5B (or 0x523A5B) is known color: Scarlet Gum. HEX triplet: 52, 3A and 5B. RGB value is (82,58,91). Sum of RGB (Red+Green+Blue) = 82+58+91=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #523A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A5B is #ADC5A4. Grayscale: #444444. Windows color (decimal): -11388325 or 5978706. OLE color: 5978706.

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

Color convert

RGB 82 58 91 -
CMYK 0.10 0.36 0 0.64
HSL 283.64º 0.22% 0.29% -
HSV(B) 283.64º 0.36% 0.36% -
XYZ 6.88 5.58 10.61 -
YUV 68.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 82 58 91 0.10 0.36 0 0.64 283.64 0.22 0.29
Hex 52 3A 5B A 24 0 40 11C 16 1D
Octal 122 72 133 12 44 0 100 434 26 35
Binary 1010010 111010 1011011 1010 100100 0 1000000 100011100 10110 11101

Color Harmonies of #523A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A5B

Black with #523A5B

Text Example


Text Example

White with #523A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,58,91); }

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

background-color css

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

 a { background-color: rgb(82,58,91); }

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

border-color css

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

 span { border-color: rgb(82,58,91); }

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