#54605E

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

Shades of Mako #54605E

Tints of Mako #54605E

Color information

#54605E (or 0x54605E) is unknown color: approx Mako. HEX triplet: 54, 60 and 5E. RGB value is (84,96,94). Sum of RGB (Red+Green+Blue) = 84+96+94=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #54605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54605E is #AB9FA1. Grayscale: #5C5C5C. Windows color (decimal): -11247522 or 6185044. OLE color: 6185044.

HSL color Cylindrical-coordinate representation of color #54605E: hue angle of 170º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54605E is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB849694-
CMYK0.1200.020.62
HSL170º6.67%35.29%-
HSV(B)170º12.5%37.65%-
XYZ9.8611.0612.2-
YUV92.18129.02122.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=30.66%
G=35.04%
B=34.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496940.1200.020.621706.6735.29
Hex54605EC023Eaa723
Octal124140136140276252743
Binary101010011000001011110110001011111010101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54605E; }

 p { color: rgb(84,96,94); }

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

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

 a { background-color: rgb(84,96,94); }

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

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

 span { border-color: rgb(84,96,94); }

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