#585050

Color #585050 Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #585050

Tints of Matterhorn #585050

Color information

#585050 (or 0x585050) is unknown color: approx Matterhorn. HEX triplet: 58, 50 and 50. RGB value is (88,80,80). Sum of RGB (Red+Green+Blue) = 88+80+80=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #585050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585050 is #A7AFAF. Grayscale: #525252. Windows color (decimal): -10989488 or 5263448. OLE color: 5263448.

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

Color convert

RGB888080-
CMYK00.090.090.65
HSL4.76%32.94%-
HSV(B)9.09%34.51%-
XYZ8.348.398.77-
YUV82.39126.65132-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808000.090.090.6504.7632.94
Hex585050099410521
Octal130120120011111010541
Binary10110001010000101000001001100110000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585050; }

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

 H1.HeaderClassName
 {
   color: #585050;
 }
 .AnyTagClassName
 {
   color: #585050;
 }
</style>
background-color css

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

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

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

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

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

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