#523F72

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

Shades of Meteorite #523F72

Tints of Meteorite #523F72

Color information

#523F72 (or 0x523F72) is unknown color: approx Meteorite. HEX triplet: 52, 3F and 72. RGB value is (82,63,114). Sum of RGB (Red+Green+Blue) = 82+63+114=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #523F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F72 is #ADC08D. Grayscale: #4A4A4A. Windows color (decimal): -11387022 or 7487314. OLE color: 7487314.

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

Color convert

RGB8263114-
CMYK0.280.4500.55
HSL262.35º28.81%34.71%-
HSV(B)262.35º44.74%44.71%-
XYZ8.296.5616.75-
YUV74.49150.29133.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=31.66%
G=24.32%
B=44.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82631140.280.4500.55262.3528.8134.71
Hex523F721C2D0371061d23
Octal1227716234550674063543
Binary1010010111111111001011100101101011011110000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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