Html Css Color HEX #565050 Matterhorn

📋 copy color: '#565050'

red 86 ◦ green 80 ◦ blue 80

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

Shades of Matterhorn #565050

Tints of Matterhorn #565050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 34.96%
G = 32.52%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#565050 (or 0x565050) is known color: Matterhorn. HEX triplet: 56, 50 and 50. RGB value is (86,80,80). Sum of RGB (Red+Green+Blue) = 86+80+80=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #565050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565050 is #A9AFAF. Grayscale: #515151. Windows color (decimal): -11120560 or 5263446. OLE color: 5263446.

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

Color convert

RGB 86 80 80 -
CMYK 0 0.07 0.07 0.66
HSL 0.04% 0.33% -
HSV(B) 0.07% 0.34% -
XYZ 8.15 8.29 8.76 -
YUV 81.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 86 80 80 0 0.07 0.07 0.66 0 0.04 0.33
Hex 56 50 50 0 7 7 42 0 4 21
Octal 126 120 120 0 7 7 102 0 4 41
Binary 1010110 1010000 1010000 0 111 111 1000010 0 100 100001

Color Harmonies of #565050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565050

Black with #565050

Text Example


Text Example

White with #565050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565050; }

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

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

background-color css

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

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

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

border-color css

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

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

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