Html Css Color HEX #545A59 Mako

📋 copy color: '#545A59'

red 84 ◦ green 90 ◦ blue 89

#545A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mako #545A59

Tints of Mako #545A59

RGB

 RED value IS 84 (33.2% from 255) = 31.94%

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 89 (35.16% from 255) = 33.84%

R = 31.94%
G = 34.22%
B = 33.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#545A59 (or 0x545A59) is known color: Mako. HEX triplet: 54, 5A and 59. RGB value is (84,90,89). Sum of RGB (Red+Green+Blue) = 84+90+89=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 90 - color contains mainly: green. Hex color #545A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A59 is #ABA5A6. Grayscale: #585858. Windows color (decimal): -11249063 or 5855828. OLE color: 5855828.

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

Color convert

RGB 84 90 89 -
CMYK 0.07 0 0.01 0.65
HSL 170º 0.03% 0.34% -
HSV(B) 170º 0.07% 0.35% -
XYZ 9.12 9.92 10.89 -
YUV 88.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 84 90 89 0.07 0 0.01 0.65 170 0.03 0.34
Hex 54 5A 59 7 0 1 41 AA 3 22
Octal 124 132 131 7 0 1 101 252 3 42
Binary 1010100 1011010 1011001 111 0 1 1000001 10101010 11 100010

Color Harmonies of #545A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A59

Black with #545A59

Text Example


Text Example

White with #545A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #545A59;
 }
 .AnyTagClassName
 {
   color: #545A59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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