#575151

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

Shades of Matterhorn #575151

Tints of Matterhorn #575151

Color information

#575151 (or 0x575151) is unknown color: approx Matterhorn. HEX triplet: 57, 51 and 51. RGB value is (87,81,81). Sum of RGB (Red+Green+Blue) = 87+81+81=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #575151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575151 is #A8AEAE. Grayscale: #525252. Windows color (decimal): -11054767 or 5329239. OLE color: 5329239.

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

Color convert

RGB878181-
CMYK00.070.070.66
HSL3.57%32.94%-
HSV(B)6.9%34.12%-
XYZ8.368.518.99-
YUV82.79126.99131-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=34.94%
G=32.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818100.070.070.6603.5732.94
Hex575151077420421
Octal1271211210771020441
Binary101011110100011010001011111110000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575151; }

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

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

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

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

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

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

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

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