#575252

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

Shades of Matterhorn #575252

Tints of Matterhorn #575252

Color information

#575252 (or 0x575252) is unknown color: approx Matterhorn. HEX triplet: 57, 52 and 52. RGB value is (87,82,82). Sum of RGB (Red+Green+Blue) = 87+82+82=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 87 - color contains mainly: red. Hex color #575252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575252 is #A8ADAD. Grayscale: #535353. Windows color (decimal): -11054510 or 5395031. OLE color: 5395031.

HSL color Cylindrical-coordinate representation of color #575252: hue angle of 0º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575252 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB878282-
CMYK00.060.060.66
HSL2.96%33.14%-
HSV(B)5.75%34.12%-
XYZ8.478.679.21-
YUV83.49127.16130.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=34.66%
G=32.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87828200.060.060.6602.9633.14
Hex575252066420321
Octal1271221220661020341
Binary10101111010010101001001101101000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575252; }

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

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

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

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

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

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

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

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