Html Css Color HEX #523262 Scarlet Gum

📋 copy color: '#523262'

red 82 ◦ green 50 ◦ blue 98

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

Shades of Scarlet Gum #523262

Tints of Scarlet Gum #523262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 35.65%
G = 21.74%
B = 42.61%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523262 (or 0x523262) is known color: Scarlet Gum. HEX triplet: 52, 32 and 62. RGB value is (82,50,98). Sum of RGB (Red+Green+Blue) = 82+50+98=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #523262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523262 is #ADCD9D. Grayscale: #404040. Windows color (decimal): -11390366 or 6435410. OLE color: 6435410.

HSL color Cylindrical-coordinate representation of color #523262: hue angle of 280º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #523262 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 50 98 -
CMYK 0.16 0.49 0 0.62
HSL 280º 0.32% 0.29% -
HSV(B) 280º 0.49% 0.38% -
XYZ 6.82 4.96 12.15 -
YUV 65.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 82 50 98 0.16 0.49 0 0.62 280 0.32 0.29
Hex 52 32 62 10 31 0 3E 118 20 1D
Octal 122 62 142 20 61 0 76 430 40 35
Binary 1010010 110010 1100010 10000 110001 0 111110 100011000 100000 11101

Color Harmonies of #523262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523262

Black with #523262

Text Example


Text Example

White with #523262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523262; }

 p { color: rgb(82,50,98); }

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

background-color css

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

 a { background-color: rgb(82,50,98); }

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

border-color css

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

 span { border-color: rgb(82,50,98); }

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