Html Css Color HEX #546A5B Mineral Green

📋 copy color: '#546A5B'

red 84 ◦ green 106 ◦ blue 91

#546A5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #546A5B

Tints of Mineral Green #546A5B

RGB

 RED value IS 84 (33.2% from 255) = 29.89%

 GREEN value IS 106 (41.8% from 255) = 37.72%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 29.89%
G = 37.72%
B = 32.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#546A5B (or 0x546A5B) is known color: Mineral Green. HEX triplet: 54, 6A and 5B. RGB value is (84,106,91). Sum of RGB (Red+Green+Blue) = 84+106+91=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #546A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A5B is #AB95A4. Grayscale: #616161. Windows color (decimal): -11244965 or 5990996. OLE color: 5990996.

HSL color Cylindrical-coordinate representation of color #546A5B: hue angle of 139.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546A5B is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 106 91 -
CMYK 0.21 0 0.14 0.58
HSL 139.09º 0.12% 0.37% -
HSV(B) 139.09º 0.21% 0.42% -
XYZ 10.7 12.95 11.83 -
YUV 97.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 84 106 91 0.21 0 0.14 0.58 139.09 0.12 0.37
Hex 54 6A 5B 15 0 E 3A 8B C 25
Octal 124 152 133 25 0 16 72 213 14 45
Binary 1010100 1101010 1011011 10101 0 1110 111010 10001011 1100 100101

Color Harmonies of #546A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A5B

Black with #546A5B

Text Example


Text Example

White with #546A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546A5B; }

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

 H1.HeaderClassName
 {
   color: #546A5B;
 }
 .AnyTagClassName
 {
   color: #546A5B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #546A5B;
 }
 .BgClassName
 {
   background-color: #546A5B;
 }
</style>

border-color css

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

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

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