Html Css Color HEX #595150 Matterhorn

📋 copy color: '#595150'

red 89 ◦ green 81 ◦ blue 80

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

Shades of Matterhorn #595150

Tints of Matterhorn #595150

RGB

 RED value IS 89 (35.16% from 255) = 35.6%

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 35.6%
G = 32.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#595150 (or 0x595150) is known color: Matterhorn. HEX triplet: 59, 51 and 50. RGB value is (89,81,80). Sum of RGB (Red+Green+Blue) = 89+81+80=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #595150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595150 is #A6AEAF. Grayscale: #535353. Windows color (decimal): -10923696 or 5263705. OLE color: 5263705.

HSL color Cylindrical-coordinate representation of color #595150: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595150 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 80 -
CMYK 0 0.09 0.10 0.65
HSL 6.67º 0.05% 0.33% -
HSV(B) 6.67º 0.1% 0.35% -
XYZ 8.51 8.59 8.8 -
YUV 83.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 89 81 80 0 0.09 0.10 0.65 6.67 0.05 0.33
Hex 59 51 50 0 9 A 41 7 5 21
Octal 131 121 120 0 11 12 101 7 5 41
Binary 1011001 1010001 1010000 0 1001 1010 1000001 111 101 100001

Color Harmonies of #595150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595150

Black with #595150

Text Example


Text Example

White with #595150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595150; }

 p { color: rgb(89,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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