Html Css Color HEX #555454 Matterhorn

📋 copy color: '#555454'

red 85 ◦ green 84 ◦ blue 84

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

Shades of Matterhorn #555454

Tints of Matterhorn #555454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 33.6%
G = 33.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#555454 (or 0x555454) is known color: Matterhorn. HEX triplet: 55, 54 and 54. RGB value is (85,84,84). Sum of RGB (Red+Green+Blue) = 85+84+84=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 85 - color contains mainly: red. Hex color #555454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555454 is #AAABAB. Grayscale: #545454. Windows color (decimal): -11185068 or 5526613. OLE color: 5526613.

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

Color convert

RGB 85 84 84 -
CMYK 0 0.01 0.01 0.67
HSL 0.01% 0.33% -
HSV(B) 0.01% 0.33% -
XYZ 8.52 8.91 9.66 -
YUV 84.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 85 84 84 0 0.01 0.01 0.67 0 0.01 0.33
Hex 55 54 54 0 1 1 43 0 1 21
Octal 125 124 124 0 1 1 103 0 1 41
Binary 1010101 1010100 1010100 0 1 1 1000011 0 1 100001

Color Harmonies of #555454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555454

Black with #555454

Text Example


Text Example

White with #555454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555454; }

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

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

background-color css

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

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

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

border-color css

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

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

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