#585353

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

Shades of Matterhorn #585353

Tints of Matterhorn #585353

Color information

#585353 (or 0x585353) is unknown color: approx Matterhorn. HEX triplet: 58, 53 and 53. RGB value is (88,83,83). Sum of RGB (Red+Green+Blue) = 88+83+83=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585353 is #A7ACAC. Grayscale: #545454. Windows color (decimal): -10988717 or 5460824. OLE color: 5460824.

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

Color convert

RGB888383-
CMYK00.060.060.65
HSL2.92%33.53%-
HSV(B)5.68%34.51%-
XYZ8.688.899.44-
YUV84.49127.16130.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=34.65%
G=32.68%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88838300.060.060.6502.9233.53
Hex585353066410322
Octal1301231230661010342
Binary10110001010011101001101101101000001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585353; }

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

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

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

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

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

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

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

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