Html Css Color HEX #555050 Matterhorn

📋 copy color: '#555050'

red 85 ◦ green 80 ◦ blue 80

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

Shades of Matterhorn #555050

Tints of Matterhorn #555050

RGB

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

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

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

R = 34.69%
G = 32.65%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#555050 (or 0x555050) is known color: Matterhorn. HEX triplet: 55, 50 and 50. RGB value is (85,80,80). Sum of RGB (Red+Green+Blue) = 85+80+80=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #555050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555050 is #AAAFAF. Grayscale: #515151. Windows color (decimal): -11186096 or 5263445. OLE color: 5263445.

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

Color convert

RGB 85 80 80 -
CMYK 0 0.06 0.06 0.67
HSL 0.03% 0.32% -
HSV(B) 0.06% 0.33% -
XYZ 8.06 8.25 8.76 -
YUV 81.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 85 80 80 0 0.06 0.06 0.67 0 0.03 0.32
Hex 55 50 50 0 6 6 43 0 3 20
Octal 125 120 120 0 6 6 103 0 3 40
Binary 1010101 1010000 1010000 0 110 110 1000011 0 11 100000

Color Harmonies of #555050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555050

Black with #555050

Text Example


Text Example

White with #555050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555050; }

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

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

background-color css

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

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

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

border-color css

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

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

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