#523262

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

Shades of Scarlet Gum #523262

Tints of Scarlet Gum #523262

Color information

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

RGB825098-
CMYK0.160.4900.62
HSL280º32.43%29.02%-
HSV(B)280º48.98%38.43%-
XYZ6.824.9612.15-
YUV65.04146.6140.1-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8250980.160.4900.6228032.4329.02
Hex523262103103E118201d
Octal1226214220610764304035
Binary1010010110010110001010000110001011111010001100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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