#545F57

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

Shades of Mineral Green #545F57

Tints of Mineral Green #545F57

Color information

#545F57 (or 0x545F57) is unknown color: approx Mineral Green. HEX triplet: 54, 5F and 57. RGB value is (84,95,87). Sum of RGB (Red+Green+Blue) = 84+95+87=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #545F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F57 is #ABA0A8. Grayscale: #5A5A5A. Windows color (decimal): -11247785 or 5726036. OLE color: 5726036.

HSL color Cylindrical-coordinate representation of color #545F57: hue angle of 136.36º 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 #545F57 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB849587-
CMYK0.1200.080.63
HSL136.36º6.15%35.1%-
HSV(B)136.36º11.58%37.25%-
XYZ9.4710.7610.59-
YUV90.8125.86123.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=31.58%
G=35.71%
B=32.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495870.1200.080.63136.366.1535.1
Hex545F57C083F88623
Octal1241371271401077210643
Binary10101001011111101011111000100011111110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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