Html Css Color HEX #554E4D Matterhorn

📋 copy color: '#554E4D'

red 85 ◦ green 78 ◦ blue 77

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

Shades of Matterhorn #554E4D

Tints of Matterhorn #554E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 35.42%
G = 32.5%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#554E4D (or 0x554E4D) is known color: Matterhorn. HEX triplet: 55, 4E and 4D. RGB value is (85,78,77). Sum of RGB (Red+Green+Blue) = 85+78+77=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E4D is #AAB1B2. Grayscale: #4F4F4F. Windows color (decimal): -11186611 or 5066325. OLE color: 5066325.

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

Color convert

RGB 85 78 77 -
CMYK 0 0.08 0.09 0.67
HSL 7.5º 0.05% 0.32% -
HSV(B) 7.5º 0.09% 0.33% -
XYZ 7.81 7.92 8.14 -
YUV 79.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 85 78 77 0 0.08 0.09 0.67 7.5 0.05 0.32
Hex 55 4E 4D 0 8 9 43 8 5 20
Octal 125 116 115 0 10 11 103 10 5 40
Binary 1010101 1001110 1001101 0 1000 1001 1000011 1000 101 100000

Color Harmonies of #554E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E4D

Black with #554E4D

Text Example


Text Example

White with #554E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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