Html Css Color HEX #554D4C Matterhorn

📋 copy color: '#554D4C'

red 85 ◦ green 77 ◦ blue 76

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

Shades of Matterhorn #554D4C

Tints of Matterhorn #554D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 35.71%
G = 32.35%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#554D4C (or 0x554D4C) is known color: Matterhorn. HEX triplet: 55, 4D and 4C. RGB value is (85,77,76). Sum of RGB (Red+Green+Blue) = 85+77+76=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D4C is #AAB2B3. Grayscale: #4F4F4F. Windows color (decimal): -11186868 or 5000533. OLE color: 5000533.

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

Color convert

RGB 85 77 76 -
CMYK 0 0.09 0.11 0.67
HSL 6.67º 0.06% 0.32% -
HSV(B) 6.67º 0.11% 0.33% -
XYZ 7.7 7.76 7.93 -
YUV 79.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 85 77 76 0 0.09 0.11 0.67 6.67 0.06 0.32
Hex 55 4D 4C 0 9 B 43 7 6 20
Octal 125 115 114 0 11 13 103 7 6 40
Binary 1010101 1001101 1001100 0 1001 1011 1000011 111 110 100000

Color Harmonies of #554D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D4C

Black with #554D4C

Text Example


Text Example

White with #554D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D4C; }

 p { color: rgb(85,77,76); }

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

background-color css

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

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

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

border-color css

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

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

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