Html Css Color HEX #546858 Mineral Green

📋 copy color: '#546858'

red 84 ◦ green 104 ◦ blue 88

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

Shades of Mineral Green #546858

Tints of Mineral Green #546858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 30.43%
G = 37.68%
B = 31.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#546858 (or 0x546858) is known color: Mineral Green. HEX triplet: 54, 68 and 58. RGB value is (84,104,88). Sum of RGB (Red+Green+Blue) = 84+104+88=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #546858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546858 is #AB97A7. Grayscale: #606060. Windows color (decimal): -11245480 or 5793876. OLE color: 5793876.

HSL color Cylindrical-coordinate representation of color #546858: hue angle of 132º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546858 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 104 88 -
CMYK 0.19 0 0.15 0.59
HSL 132º 0.11% 0.37% -
HSV(B) 132º 0.19% 0.41% -
XYZ 10.37 12.49 11.1 -
YUV 96.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 84 104 88 0.19 0 0.15 0.59 132 0.11 0.37
Hex 54 68 58 13 0 F 3B 84 B 25
Octal 124 150 130 23 0 17 73 204 13 45
Binary 1010100 1101000 1011000 10011 0 1111 111011 10000100 1011 100101

Color Harmonies of #546858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546858

Black with #546858

Text Example


Text Example

White with #546858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546858; }

 p { color: rgb(84,104,88); }

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

background-color css

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

 a { background-color: rgb(84,104,88); }

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

border-color css

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

 span { border-color: rgb(84,104,88); }

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