#524171

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

Shades of Meteorite #524171

Tints of Meteorite #524171

Color information

#524171 (or 0x524171) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 71. RGB value is (82,65,113). Sum of RGB (Red+Green+Blue) = 82+65+113=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #524171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524171 is #ADBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11386511 or 7422290. OLE color: 7422290.

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

Color convert

RGB8265113-
CMYK0.270.4200.56
HSL261.25º26.97%34.9%-
HSV(B)261.25º42.48%44.31%-
XYZ8.356.7716.49-
YUV75.56149.13132.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=31.54%
G=25%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82651130.270.4200.56261.2526.9734.9
Hex5241711B2A0381051b23
Octal12210116133520704053343
Binary10100101000001111000111011101010011100010000010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524171; }

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

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

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

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

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

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

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

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