#575E5D

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

Shades of Mako #575E5D

Tints of Mako #575E5D

Color information

#575E5D (or 0x575E5D) is unknown color: approx Mako. HEX triplet: 57, 5E and 5D. RGB value is (87,94,93). Sum of RGB (Red+Green+Blue) = 87+94+93=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 94 - color contains mainly: green. Hex color #575E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E5D is #A8A1A2. Grayscale: #5B5B5B. Windows color (decimal): -11051427 or 6118999. OLE color: 6118999.

HSL color Cylindrical-coordinate representation of color #575E5D: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575E5D is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB879493-
CMYK0.0700.010.63
HSL171.43º3.87%35.49%-
HSV(B)171.43º7.45%36.86%-
XYZ9.9110.8211.92-
YUV91.79128.68124.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=31.75%
G=34.31%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8794930.0700.010.63171.433.8735.49
Hex575E5D7013Fab423
Octal12713613570177253443
Binary1010111101111010111011110111111110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E5D; }

 p { color: rgb(87,94,93); }

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

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

 a { background-color: rgb(87,94,93); }

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

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

 span { border-color: rgb(87,94,93); }

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