#545958

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

Shades of Mako #545958

Tints of Mako #545958

Color information

#545958 (or 0x545958) is unknown color: approx Mako. HEX triplet: 54, 59 and 58. RGB value is (84,89,88). Sum of RGB (Red+Green+Blue) = 84+89+88=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 89 - color contains mainly: green. Hex color #545958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545958 is #ABA6A7. Grayscale: #575757. Windows color (decimal): -11249320 or 5790036. OLE color: 5790036.

HSL color Cylindrical-coordinate representation of color #545958: hue angle of 168º 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 #545958 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB848988-
CMYK0.0600.010.65
HSL168º2.89%33.92%-
HSV(B)168º5.62%34.9%-
XYZ8.999.7310.64-
YUV87.39128.34125.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=32.18%
G=34.10%
B=33.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489880.0600.010.651682.8933.92
Hex54595860141a8322
Octal124131130601101250342
Binary1010100101100110110001100110000011010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545958; }

 p { color: rgb(84,89,88); }

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

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

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

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

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

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

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