#524165

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

Shades of Meteorite #524165

Tints of Meteorite #524165

Color information

#524165 (or 0x524165) is unknown color: approx Meteorite. HEX triplet: 52, 41 and 65. RGB value is (82,65,101). Sum of RGB (Red+Green+Blue) = 82+65+101=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #524165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524165 is #ADBE9A. Grayscale: #4A4A4A. Windows color (decimal): -11386523 or 6635858. OLE color: 6635858.

HSL color Cylindrical-coordinate representation of color #524165: hue angle of 268.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #524165 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8265101-
CMYK0.190.3600.60
HSL268.33º21.69%32.55%-
HSV(B)268.33º35.64%39.61%-
XYZ7.726.5113.16-
YUV74.19143.13133.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=33.06%
G=26.21%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82651010.190.3600.60268.3321.6932.55
Hex524165132403C10c1621
Octal12210114523440744142641
Binary10100101000001110010110011100100011110010000110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524165; }

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

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

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

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

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

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

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

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