#545B55

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

Shades of Mineral Green #545B55

Tints of Mineral Green #545B55

Color information

#545B55 (or 0x545B55) is unknown color: approx Mineral Green. HEX triplet: 54, 5B and 55. RGB value is (84,91,85). Sum of RGB (Red+Green+Blue) = 84+91+85=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #545B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B55 is #ABA4AA. Grayscale: #585858. Windows color (decimal): -11248811 or 5593940. OLE color: 5593940.

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

Color convert

RGB849185-
CMYK0.0800.070.64
HSL128.57º4%34.31%-
HSV(B)128.57º7.69%35.69%-
XYZ9.0410.0210.05-
YUV88.22126.18124.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=32.31%
G=35%
B=32.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491850.0800.070.64128.57434.31
Hex545B558074081422
Octal1241331251007100201442
Binary10101001011011101010110000111100000010000001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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