#545955

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

Shades of Mineral Green #545955

Tints of Mineral Green #545955

Color information

#545955 (or 0x545955) is unknown color: approx Mineral Green. HEX triplet: 54, 59 and 55. RGB value is (84,89,85). Sum of RGB (Red+Green+Blue) = 84+89+85=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #545955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545955 is #ABA6AA. Grayscale: #575757. Windows color (decimal): -11249323 or 5593428. OLE color: 5593428.

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

Color convert

RGB848985-
CMYK0.0600.040.65
HSL132º2.89%33.92%-
HSV(B)132º5.62%34.9%-
XYZ8.879.6910-
YUV87.05126.84125.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=32.56%
G=34.50%
B=32.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489850.0600.040.651322.8933.92
Hex5459556044184322
Octal124131125604101204342
Binary101010010110011010101110010010000011000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545955; }

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

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

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

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

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

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

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

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