Html Css Color HEX #575757 Matterhorn

📋 copy color: '#575757'

red 87 ◦ green 87 ◦ blue 87

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

Shades of Matterhorn #575757

Tints of Matterhorn #575757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#575757 (or 0x575757) is known color: Matterhorn. HEX triplet: 57, 57 and 57. RGB value is (87,87,87). Sum of RGB (Red+Green+Blue) = 87+87+87=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 87 - color contains mainly: red, green, blue. Hex color #575757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575757 is #A8A8A8. Grayscale: #575757. Windows color (decimal): -11053225 or 5723991. OLE color: 5723991.

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

Color convert

RGB 87 87 87 -
CMYK 0 0 0 0.66
HSL 0% 0.34% -
HSV(B) 0% 0.34% -
XYZ 9.06 9.53 10.38 -
YUV 87 128 128 -
System Red Green Blue C M Y K H S L
Decimal 87 87 87 0 0 0 0.66 0 0 0.34
Hex 57 57 57 0 0 0 42 0 0 22
Octal 127 127 127 0 0 0 102 0 0 42
Binary 1010111 1010111 1010111 0 0 0 1000010 0 0 100010

Color Harmonies of #575757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575757

Black with #575757

Text Example


Text Example

White with #575757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575757; }

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

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

background-color css

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

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

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

border-color css

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

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

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