Html Css Color HEX #575555 Matterhorn

📋 copy color: '#575555'

red 87 ◦ green 85 ◦ blue 85

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

Shades of Matterhorn #575555

Tints of Matterhorn #575555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 33.85%
G = 33.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#575555 (or 0x575555) is known color: Matterhorn. HEX triplet: 57, 55 and 55. RGB value is (87,85,85). Sum of RGB (Red+Green+Blue) = 87+85+85=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 87 - color contains mainly: red. Hex color #575555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575555 is #A8AAAA. Grayscale: #555555. Windows color (decimal): -11053739 or 5592407. OLE color: 5592407.

HSL color Cylindrical-coordinate representation of color #575555: 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.02%. Process color model (Four color, CMYK) of #575555 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 85 -
CMYK 0 0.02 0.02 0.66
HSL 0.01% 0.34% -
HSV(B) 0.02% 0.34% -
XYZ 8.82 9.18 9.9 -
YUV 85.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 87 85 85 0 0.02 0.02 0.66 0 0.01 0.34
Hex 57 55 55 0 2 2 42 0 1 22
Octal 127 125 125 0 2 2 102 0 1 42
Binary 1010111 1010101 1010101 0 10 10 1000010 0 1 100010

Color Harmonies of #575555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575555

Black with #575555

Text Example


Text Example

White with #575555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575555; }

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

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

background-color css

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

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

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

border-color css

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

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

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