Html Css Color HEX #54685A Mineral Green

📋 copy color: '#54685A'

red 84 ◦ green 104 ◦ blue 90

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

Shades of Mineral Green #54685A

Tints of Mineral Green #54685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 30.22%
G = 37.41%
B = 32.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#54685A (or 0x54685A) is known color: Mineral Green. HEX triplet: 54, 68 and 5A. RGB value is (84,104,90). Sum of RGB (Red+Green+Blue) = 84+104+90=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #54685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685A is #AB97A5. Grayscale: #606060. Windows color (decimal): -11245478 or 5924948. OLE color: 5924948.

HSL color Cylindrical-coordinate representation of color #54685A: hue angle of 138º 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 #54685A is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 104 90 -
CMYK 0.19 0 0.13 0.59
HSL 138º 0.11% 0.37% -
HSV(B) 138º 0.19% 0.41% -
XYZ 10.45 12.52 11.54 -
YUV 96.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 84 104 90 0.19 0 0.13 0.59 138 0.11 0.37
Hex 54 68 5A 13 0 D 3B 8A B 25
Octal 124 150 132 23 0 15 73 212 13 45
Binary 1010100 1101000 1011010 10011 0 1101 111011 10001010 1011 100101

Color Harmonies of #54685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54685A

Black with #54685A

Text Example


Text Example

White with #54685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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