#523E76

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

Shades of Meteorite #523E76

Tints of Meteorite #523E76

Color information

#523E76 (or 0x523E76) is unknown color: approx Meteorite. HEX triplet: 52, 3E and 76. RGB value is (82,62,118). Sum of RGB (Red+Green+Blue) = 82+62+118=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #523E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E76 is #ADC189. Grayscale: #4A4A4A. Windows color (decimal): -11387274 or 7749202. OLE color: 7749202.

HSL color Cylindrical-coordinate representation of color #523E76: hue angle of 261.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523E76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8262118-
CMYK0.310.4700.54
HSL261.43º31.11%35.29%-
HSV(B)261.43º47.46%46.27%-
XYZ8.476.5517.96-
YUV74.36152.63133.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=31.30%
G=23.66%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82621180.310.4700.54261.4331.1135.29
Hex523E761F2F0361051f23
Octal1227616637570664053743
Binary1010010111110111011011111101111011011010000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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