Html Css Color HEX #54655A Mineral Green

📋 copy color: '#54655A'

red 84 ◦ green 101 ◦ blue 90

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

Shades of Mineral Green #54655A

Tints of Mineral Green #54655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 30.55%
G = 36.73%
B = 32.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#54655A (or 0x54655A) is known color: Mineral Green. HEX triplet: 54, 65 and 5A. RGB value is (84,101,90). Sum of RGB (Red+Green+Blue) = 84+101+90=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #54655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54655A is #AB9AA5. Grayscale: #5E5E5E. Windows color (decimal): -11246246 or 5924180. OLE color: 5924180.

HSL color Cylindrical-coordinate representation of color #54655A: hue angle of 141.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #54655A is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 101 90 -
CMYK 0.17 0 0.11 0.60
HSL 141.18º 0.09% 0.36% -
HSV(B) 141.18º 0.17% 0.4% -
XYZ 10.16 11.93 11.44 -
YUV 94.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 84 101 90 0.17 0 0.11 0.60 141.18 0.09 0.36
Hex 54 65 5A 11 0 B 3C 8D 9 24
Octal 124 145 132 21 0 13 74 215 11 44
Binary 1010100 1100101 1011010 10001 0 1011 111100 10001101 1001 100100

Color Harmonies of #54655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54655A

Black with #54655A

Text Example


Text Example

White with #54655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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