#523263

Color #523263 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #523263

Tints of Scarlet Gum #523263

Color information

#523263 (or 0x523263) is unknown color: approx 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

RGB825099-
CMYK0.170.4900.61
HSL279.18º32.89%29.22%-
HSV(B)279.18º49.49%38.82%-
XYZ6.874.9812.4-
YUV65.15147.1140.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=35.50%
G=21.65%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8250990.170.4900.61279.1832.8929.22
Hex523263113103D117211d
Octal1226214321610754274135
Binary1010010110010110001110001110001011110110001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>