#523F76

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

Shades of Meteorite #523F76

Tints of Meteorite #523F76

Color information

#523F76 (or 0x523F76) is unknown color: approx Meteorite. HEX triplet: 52, 3F and 76. RGB value is (82,63,118). Sum of RGB (Red+Green+Blue) = 82+63+118=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #523F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F76 is #ADC089. Grayscale: #4A4A4A. Windows color (decimal): -11387018 or 7749458. OLE color: 7749458.

HSL color Cylindrical-coordinate representation of color #523F76: hue angle of 260.73º degrees, saturation: 0.3, 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 #523F76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8263118-
CMYK0.310.4700.54
HSL260.73º30.39%35.49%-
HSV(B)260.73º46.61%46.27%-
XYZ8.536.6617.98-
YUV74.95152.29133.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=31.18%
G=23.95%
B=44.87%

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
Decimal82631180.310.4700.54260.7330.3935.49
Hex523F761F2F0361051e23
Octal1227716637570664053643
Binary1010010111111111011011111101111011011010000010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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