#546057

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

Shades of Mineral Green #546057

Tints of Mineral Green #546057

Color information

#546057 (or 0x546057) is unknown color: approx Mineral Green. HEX triplet: 54, 60 and 57. RGB value is (84,96,87). Sum of RGB (Red+Green+Blue) = 84+96+87=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #546057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546057 is #AB9FA8. Grayscale: #5B5B5B. Windows color (decimal): -11247529 or 5726292. OLE color: 5726292.

HSL color Cylindrical-coordinate representation of color #546057: hue angle of 135º 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 #546057 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB849687-
CMYK0.1200.090.62
HSL135º6.67%35.29%-
HSV(B)135º12.5%37.65%-
XYZ9.5610.9410.62-
YUV91.39125.52122.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=31.46%
G=35.96%
B=32.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496870.1200.090.621356.6735.29
Hex546057C093E87723
Octal1241401271401176207743
Binary10101001100000101011111000100111111010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546057; }

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

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

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

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

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

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

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

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