#545F5D

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

Shades of Mako #545F5D

Tints of Mako #545F5D

Color information

#545F5D (or 0x545F5D) is unknown color: approx Mako. HEX triplet: 54, 5F and 5D. RGB value is (84,95,93). Sum of RGB (Red+Green+Blue) = 84+95+93=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 95 - color contains mainly: green. Hex color #545F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F5D is #ABA0A2. Grayscale: #5B5B5B. Windows color (decimal): -11247779 or 6119252. OLE color: 6119252.

HSL color Cylindrical-coordinate representation of color #545F5D: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545F5D is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB849593-
CMYK0.1200.020.63
HSL169.09º6.15%35.1%-
HSV(B)169.09º11.58%37.25%-
XYZ9.7210.8611.94-
YUV91.48128.86122.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=30.88%
G=34.93%
B=34.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495930.1200.020.63169.096.1535.1
Hex545F5DC023Fa9623
Octal124137135140277251643
Binary101010010111111011101110001011111110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F5D; }

 p { color: rgb(84,95,93); }

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

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

 a { background-color: rgb(84,95,93); }

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

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

 span { border-color: rgb(84,95,93); }

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