#545C56

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

Shades of Mineral Green #545C56

Tints of Mineral Green #545C56

Color information

#545C56 (or 0x545C56) is unknown color: approx Mineral Green. HEX triplet: 54, 5C and 56. RGB value is (84,92,86). Sum of RGB (Red+Green+Blue) = 84+92+86=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #545C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C56 is #ABA3A9. Grayscale: #585858. Windows color (decimal): -11248554 or 5659732. OLE color: 5659732.

HSL color Cylindrical-coordinate representation of color #545C56: hue angle of 135º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #545C56 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB849286-
CMYK0.0900.070.64
HSL135º4.55%34.51%-
HSV(B)135º8.7%36.08%-
XYZ9.1610.2110.29-
YUV88.92126.35124.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=32.06%
G=35.11%
B=32.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492860.0900.070.641354.5534.51
Hex545C569074087523
Octal1241341261107100207543
Binary10101001011100101011010010111100000010000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,86); }

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

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

 a { background-color: rgb(84,92,86); }

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

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

 span { border-color: rgb(84,92,86); }

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