#524164

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

Shades of Meteorite #524164

Tints of Meteorite #524164

Color information

#524164 (or 0x524164) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 64. RGB value is (82,65,100). Sum of RGB (Red+Green+Blue) = 82+65+100=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: blue. Hex color #524164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524164 is #ADBE9B. Grayscale: #494949. Windows color (decimal): -11386524 or 6570322. OLE color: 6570322.

HSL color Cylindrical-coordinate representation of color #524164: hue angle of 269.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524164 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8265100-
CMYK0.180.3500.61
HSL269.14º21.21%32.35%-
HSV(B)269.14º35%39.22%-
XYZ7.676.4912.91-
YUV74.07142.63133.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=33.20%
G=26.32%
B=40.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82651000.180.3500.61269.1421.2132.35
Hex524164122303D10d1520
Octal12210114422430754152540
Binary10100101000001110010010010100011011110110000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524164; }

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

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

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

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

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

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

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

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