#575150

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

Shades of Matterhorn #575150

Tints of Matterhorn #575150

Color information

#575150 (or 0x575150) is unknown color: approx Matterhorn. HEX triplet: 57, 51 and 50. RGB value is (87,81,80). Sum of RGB (Red+Green+Blue) = 87+81+80=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #575150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575150 is #A8AEAF. Grayscale: #525252. Windows color (decimal): -11054768 or 5263703. OLE color: 5263703.

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

Color convert

RGB878180-
CMYK00.070.080.66
HSL8.57º4.19%32.75%-
HSV(B)8.57º8.05%34.12%-
XYZ8.328.498.79-
YUV82.68126.49131.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=35.08%
G=32.66%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87818000.070.080.668.574.1932.75
Hex575150078429421
Octal127121120071010211441
Binary1010111101000110100000111100010000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575150; }

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

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

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

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

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

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

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

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