Html Css Color HEX #522E5D Scarlet Gum

📋 copy color: '#522E5D'

red 82 ◦ green 46 ◦ blue 93

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

Shades of Scarlet Gum #522E5D

Tints of Scarlet Gum #522E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 37.1%
G = 20.81%
B = 42.08%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#522E5D (or 0x522E5D) is known color: Scarlet Gum. HEX triplet: 52, 2E and 5D. RGB value is (82,46,93). Sum of RGB (Red+Green+Blue) = 82+46+93=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #522E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E5D is #ADD1A2. Grayscale: #3D3D3D. Windows color (decimal): -11391395 or 6106706. OLE color: 6106706.

HSL color Cylindrical-coordinate representation of color #522E5D: hue angle of 285.96º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522E5D is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 46 93 -
CMYK 0.12 0.51 0 0.64
HSL 285.96º 0.34% 0.27% -
HSV(B) 285.96º 0.51% 0.36% -
XYZ 6.43 4.54 10.89 -
YUV 62.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 82 46 93 0.12 0.51 0 0.64 285.96 0.34 0.27
Hex 52 2E 5D C 33 0 40 11E 22 1B
Octal 122 56 135 14 63 0 100 436 42 33
Binary 1010010 101110 1011101 1100 110011 0 1000000 100011110 100010 11011

Color Harmonies of #522E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E5D

Black with #522E5D

Text Example


Text Example

White with #522E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522E5D; }

 p { color: rgb(82,46,93); }

 H1.HeaderClassName
 {
   color: #522E5D;
 }
 .AnyTagClassName
 {
   color: #522E5D;
 }
</style>

background-color css

<style>
 a { background-color: #522E5D; }

 a { background-color: rgb(82,46,93); }

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

border-color css

<style>
 span { border-color: #522E5D; }

 span { border-color: rgb(82,46,93); }

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