Html Css Color HEX #523263 Scarlet Gum

📋 copy color: '#523263'

red 82 ◦ green 50 ◦ blue 99

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

Shades of Scarlet Gum #523263

Tints of Scarlet Gum #523263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 35.5%
G = 21.65%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#523263 (or 0x523263) is known color: Scarlet Gum. HEX triplet: 52, 32 and 63. RGB value is (82,50,99). Sum of RGB (Red+Green+Blue) = 82+50+99=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #523263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523263 is #ADCD9C. Grayscale: #404040. Windows color (decimal): -11390365 or 6500946. OLE color: 6500946.

HSL color Cylindrical-coordinate representation of color #523263: hue angle of 279.18º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #523263 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 50 99 -
CMYK 0.17 0.49 0 0.61
HSL 279.18º 0.33% 0.29% -
HSV(B) 279.18º 0.49% 0.39% -
XYZ 6.87 4.98 12.4 -
YUV 65.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 82 50 99 0.17 0.49 0 0.61 279.18 0.33 0.29
Hex 52 32 63 11 31 0 3D 117 21 1D
Octal 122 62 143 21 61 0 75 427 41 35
Binary 1010010 110010 1100011 10001 110001 0 111101 100010111 100001 11101

Color Harmonies of #523263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523263

Black with #523263

Text Example


Text Example

White with #523263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523263; }

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

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

background-color css

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

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

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

border-color css

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

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

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