#545B5A

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

Shades of Mako #545B5A

Tints of Mako #545B5A

Color information

#545B5A (or 0x545B5A) is unknown color: approx Mako. HEX triplet: 54, 5B and 5A. RGB value is (84,91,90). Sum of RGB (Red+Green+Blue) = 84+91+90=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #545B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B5A is #ABA4A5. Grayscale: #585858. Windows color (decimal): -11248806 or 5921620. OLE color: 5921620.

HSL color Cylindrical-coordinate representation of color #545B5A: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545B5A is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB849190-
CMYK0.0800.010.64
HSL171.43º4%34.31%-
HSV(B)171.43º7.69%35.69%-
XYZ9.2410.1111.14-
YUV88.79128.68124.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=31.70%
G=34.34%
B=33.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491900.0800.010.64171.43434.31
Hex545B5A80140ab422
Octal1241331321001100253442
Binary101010010110111011010100001100000010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,90); }

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

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

 a { background-color: rgb(84,91,90); }

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

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

 span { border-color: rgb(84,91,90); }

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