Html Css Color HEX #515050 Matterhorn

📋 copy color: '#515050'

red 81 ◦ green 80 ◦ blue 80

#515050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matterhorn #515050

Tints of Matterhorn #515050

RGB

 RED value IS 81 (32.03% from 255) = 33.61%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 33.61%
G = 33.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#515050 (or 0x515050) is known color: Matterhorn. HEX triplet: 51, 50 and 50. RGB value is (81,80,80). Sum of RGB (Red+Green+Blue) = 81+80+80=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 81 - color contains mainly: red. Hex color #515050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515050 is #AEAFAF. Grayscale: #505050. Windows color (decimal): -11448240 or 5263441. OLE color: 5263441.

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

Color convert

RGB 81 80 80 -
CMYK 0 0.01 0.01 0.68
HSL 0.01% 0.32% -
HSV(B) 0.01% 0.32% -
XYZ 7.71 8.07 8.74 -
YUV 80.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 81 80 80 0 0.01 0.01 0.68 0 0.01 0.32
Hex 51 50 50 0 1 1 44 0 1 20
Octal 121 120 120 0 1 1 104 0 1 40
Binary 1010001 1010000 1010000 0 1 1 1000100 0 1 100000

Color Harmonies of #515050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515050

Black with #515050

Text Example


Text Example

White with #515050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515050; }

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

 H1.HeaderClassName
 {
   color: #515050;
 }
 .AnyTagClassName
 {
   color: #515050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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