#58504F

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

Shades of Matterhorn #58504F

Tints of Matterhorn #58504F

Color information

#58504F (or 0x58504F) is unknown color: approx Matterhorn. HEX triplet: 58, 50 and 4F. RGB value is (88,80,79). Sum of RGB (Red+Green+Blue) = 88+80+79=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58504F is #A7AFB0. Grayscale: #525252. Windows color (decimal): -10989489 or 5197912. OLE color: 5197912.

HSL color Cylindrical-coordinate representation of color #58504F: 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 #58504F is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB888079-
CMYK00.090.100.65
HSL6.67º5.39%32.75%-
HSV(B)6.67º10.23%34.51%-
XYZ8.38.388.58-
YUV82.28126.15132.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=35.63%
G=32.39%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88807900.090.100.656.675.3932.75
Hex58504F09A417521
Octal130120117011121017541
Binary1011000101000010011110100110101000001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58504F; }

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

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

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

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

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

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

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

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