Html Css Color HEX #546A5C Mineral Green

📋 copy color: '#546A5C'

red 84 ◦ green 106 ◦ blue 92

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

Shades of Mineral Green #546A5C

Tints of Mineral Green #546A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 29.79%
G = 37.59%
B = 32.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#546A5C (or 0x546A5C) is known color: Mineral Green. HEX triplet: 54, 6A and 5C. RGB value is (84,106,92). Sum of RGB (Red+Green+Blue) = 84+106+92=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #546A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A5C is #AB95A3. Grayscale: #616161. Windows color (decimal): -11244964 or 6056532. OLE color: 6056532.

HSL color Cylindrical-coordinate representation of color #546A5C: hue angle of 141.82º 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 #546A5C is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 106 92 -
CMYK 0.21 0 0.13 0.58
HSL 141.82º 0.12% 0.37% -
HSV(B) 141.82º 0.21% 0.42% -
XYZ 10.74 12.97 12.06 -
YUV 97.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 84 106 92 0.21 0 0.13 0.58 141.82 0.12 0.37
Hex 54 6A 5C 15 0 D 3A 8E C 25
Octal 124 152 134 25 0 15 72 216 14 45
Binary 1010100 1101010 1011100 10101 0 1101 111010 10001110 1100 100101

Color Harmonies of #546A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A5C

Black with #546A5C

Text Example


Text Example

White with #546A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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