#523E73

Color #523E73 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #523E73

Tints of Meteorite #523E73

Color information

#523E73 (or 0x523E73) is unknown color: approx Meteorite. HEX triplet: 52, 3E and 73. RGB value is (82,62,115). Sum of RGB (Red+Green+Blue) = 82+62+115=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #523E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E73 is #ADC18C. Grayscale: #494949. Windows color (decimal): -11387277 or 7552594. OLE color: 7552594.

HSL color Cylindrical-coordinate representation of color #523E73: hue angle of 262.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523E73 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8262115-
CMYK0.290.4600.55
HSL262.64º29.94%34.71%-
HSV(B)262.64º46.09%45.1%-
XYZ8.36.4817.03-
YUV74.02151.13133.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=31.66%
G=23.94%
B=44.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82621150.290.4600.55262.6429.9434.71
Hex523E731D2E0371071e23
Octal1227616335560674073643
Binary1010010111110111001111101101110011011110000011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E73; }

 p { color: rgb(82,62,115); }

 H1.HeaderClassName
 {
   color: #523E73;
 }
 .AnyTagClassName
 {
   color: #523E73;
 }
</style>
background-color css

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

 a { background-color: rgb(82,62,115); }

 div.DivClassName
 {
   background-color: #523E73;
 }
 .BgClassName
 {
   background-color: #523E73;
 }
</style>
border-color css

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

 span { border-color: rgb(82,62,115); }

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