#515151

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

Shades of Matterhorn #515151

Tints of Matterhorn #515151

Color information

#515151 (or 0x515151) is unknown color: approx Matterhorn. HEX triplet: 51, 51 and 51. RGB value is (81,81,81). Sum of RGB (Red+Green+Blue) = 81+81+81=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 81 - color contains mainly: red, green, blue. Hex color #515151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515151 is #AEAEAE. Grayscale: #515151. Windows color (decimal): -11447983 or 5329233. OLE color: 5329233.

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

Color convert

RGB818181-
CMYK0000.68
HSL0%31.76%-
HSV(B)0%31.76%-
XYZ7.828.238.96-
YUV81128128-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8181810000.680031.76
Hex515151000440020
Octal1211211210001040040
Binary101000110100011010001000100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515151; }

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

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

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

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

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

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

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

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