Html Css Color HEX #554E4E Matterhorn

📋 copy color: '#554E4E'

red 85 ◦ green 78 ◦ blue 78

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

Shades of Matterhorn #554E4E

Tints of Matterhorn #554E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 35.27%
G = 32.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#554E4E (or 0x554E4E) is known color: Matterhorn. HEX triplet: 55, 4E and 4E. RGB value is (85,78,78). Sum of RGB (Red+Green+Blue) = 85+78+78=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E4E is #AAB1B1. Grayscale: #505050. Windows color (decimal): -11186610 or 5131861. OLE color: 5131861.

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

Color convert

RGB 85 78 78 -
CMYK 0 0.08 0.08 0.67
HSL 0.04% 0.32% -
HSV(B) 0.08% 0.33% -
XYZ 7.85 7.93 8.32 -
YUV 80.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 85 78 78 0 0.08 0.08 0.67 0 0.04 0.32
Hex 55 4E 4E 0 8 8 43 0 4 20
Octal 125 116 116 0 10 10 103 0 4 40
Binary 1010101 1001110 1001110 0 1000 1000 1000011 0 100 100000

Color Harmonies of #554E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E4E

Black with #554E4E

Text Example


Text Example

White with #554E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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