#524571

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

Shades of Meteorite #524571

Tints of Meteorite #524571

Color information

#524571 (or 0x524571) is unknown color: approx Meteorite. HEX triplet: 52, 45 and 71. RGB value is (82,69,113). Sum of RGB (Red+Green+Blue) = 82+69+113=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #524571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524571 is #ADBA8E. Grayscale: #4D4D4D. Windows color (decimal): -11385487 or 7423314. OLE color: 7423314.

HSL color Cylindrical-coordinate representation of color #524571: hue angle of 257.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524571 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8269113-
CMYK0.270.3900.56
HSL257.73º24.18%35.69%-
HSV(B)257.73º38.94%44.31%-
XYZ8.597.2416.57-
YUV77.9147.81130.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=31.06%
G=26.14%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82691130.270.3900.56257.7324.1835.69
Hex5245711B270381021824
Octal12210516133470704023044
Binary10100101000101111000111011100111011100010000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524571; }

 p { color: rgb(82,69,113); }

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

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

 a { background-color: rgb(82,69,113); }

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

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

 span { border-color: rgb(82,69,113); }

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