Html Css Color HEX #565555 Matterhorn

📋 copy color: '#565555'

red 86 ◦ green 85 ◦ blue 85

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

Shades of Matterhorn #565555

Tints of Matterhorn #565555

RGB

 RED value IS 86 (33.98% from 255) = 33.59%

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

 BLUE value IS 85 (33.59% 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

#565555 (or 0x565555) is known color: Matterhorn. HEX triplet: 56, 55 and 55. RGB value is (86,85,85). Sum of RGB (Red+Green+Blue) = 86+85+85=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 86 - color contains mainly: red. Hex color #565555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565555 is #A9AAAA. Grayscale: #555555. Windows color (decimal): -11119275 or 5592406. OLE color: 5592406.

HSL color Cylindrical-coordinate representation of color #565555: 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 #565555 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 85 -
CMYK 0 0.01 0.01 0.66
HSL 0.01% 0.34% -
HSV(B) 0.01% 0.34% -
XYZ 8.73 9.13 9.9 -
YUV 85.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 86 85 85 0 0.01 0.01 0.66 0 0.01 0.34
Hex 56 55 55 0 1 1 42 0 1 22
Octal 126 125 125 0 1 1 102 0 1 42
Binary 1010110 1010101 1010101 0 1 1 1000010 0 1 100010

Color Harmonies of #565555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565555

Black with #565555

Text Example


Text Example

White with #565555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565555; }

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

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

background-color css

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

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

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

border-color css

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

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

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