Html Css Color HEX #555151 Matterhorn

📋 copy color: '#555151'

red 85 ◦ green 81 ◦ blue 81

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

Shades of Matterhorn #555151

Tints of Matterhorn #555151

RGB

 RED value IS 85 (33.59% from 255) = 34.41%

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 34.41%
G = 32.79%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#555151 (or 0x555151) is known color: Matterhorn. HEX triplet: 55, 51 and 51. RGB value is (85,81,81). Sum of RGB (Red+Green+Blue) = 85+81+81=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #555151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555151 is #AAAEAE. Grayscale: #525252. Windows color (decimal): -11185839 or 5329237. OLE color: 5329237.

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

Color convert

RGB 85 81 81 -
CMYK 0 0.05 0.05 0.67
HSL 0.02% 0.33% -
HSV(B) 0.05% 0.33% -
XYZ 8.17 8.41 8.98 -
YUV 82.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 85 81 81 0 0.05 0.05 0.67 0 0.02 0.33
Hex 55 51 51 0 5 5 43 0 2 21
Octal 125 121 121 0 5 5 103 0 2 41
Binary 1010101 1010001 1010001 0 101 101 1000011 0 10 100001

Color Harmonies of #555151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555151

Black with #555151

Text Example


Text Example

White with #555151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555151; }

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

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

background-color css

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

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

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

border-color css

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

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

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