Html Css Color HEX #575656 Matterhorn

📋 copy color: '#575656'

red 87 ◦ green 86 ◦ blue 86

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

Shades of Matterhorn #575656

Tints of Matterhorn #575656

RGB

 RED value IS 87 (34.38% from 255) = 33.59%

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 33.59%
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.66

RGB Variations

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

Color information

#575656 (or 0x575656) is known color: Matterhorn. HEX triplet: 57, 56 and 56. RGB value is (87,86,86). Sum of RGB (Red+Green+Blue) = 87+86+86=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 87 - color contains mainly: red. Hex color #575656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575656 is #A8A9A9. Grayscale: #565656. Windows color (decimal): -11053482 or 5658199. OLE color: 5658199.

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

Color convert

RGB 87 86 86 -
CMYK 0 0.01 0.01 0.66
HSL 0.01% 0.34% -
HSV(B) 0.01% 0.34% -
XYZ 8.94 9.35 10.14 -
YUV 86.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 87 86 86 0 0.01 0.01 0.66 0 0.01 0.34
Hex 57 56 56 0 1 1 42 0 1 22
Octal 127 126 126 0 1 1 102 0 1 42
Binary 1010111 1010110 1010110 0 1 1 1000010 0 1 100010

Color Harmonies of #575656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575656

Black with #575656

Text Example


Text Example

White with #575656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575656; }

 p { color: rgb(87,86,86); }

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

background-color css

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

 a { background-color: rgb(87,86,86); }

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

border-color css

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

 span { border-color: rgb(87,86,86); }

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