#524E4E

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

Shades of Matterhorn #524E4E

Tints of Matterhorn #524E4E

Color information

#524E4E (or 0x524E4E) is unknown color: approx Matterhorn. HEX triplet: 52, 4E and 4E. RGB value is (82,78,78). Sum of RGB (Red+Green+Blue) = 82+78+78=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 82 - color contains mainly: red. Hex color #524E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E4E is #ADB1B1. Grayscale: #4F4F4F. Windows color (decimal): -11383218 or 5131858. OLE color: 5131858.

HSL color Cylindrical-coordinate representation of color #524E4E: hue angle of 0º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524E4E is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB827878-
CMYK00.050.050.68
HSL2.5%31.37%-
HSV(B)4.88%32.16%-
XYZ7.587.798.31-
YUV79.2127.33130-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=34.45%
G=32.77%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82787800.050.050.6802.531.37
Hex524E4E05544031f
Octal1221161160551040337
Binary1010010100111010011100101101100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E4E; }

 p { color: rgb(82,78,78); }

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

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

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

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

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

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

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