Html Css Color HEX #54665A Mineral Green

📋 copy color: '#54665A'

red 84 ◦ green 102 ◦ blue 90

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

Shades of Mineral Green #54665A

Tints of Mineral Green #54665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 30.43%
G = 36.96%
B = 32.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#54665A (or 0x54665A) is known color: Mineral Green. HEX triplet: 54, 66 and 5A. RGB value is (84,102,90). Sum of RGB (Red+Green+Blue) = 84+102+90=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #54665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54665A is #AB99A5. Grayscale: #5F5F5F. Windows color (decimal): -11245990 or 5924436. OLE color: 5924436.

HSL color Cylindrical-coordinate representation of color #54665A: hue angle of 140º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54665A is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 102 90 -
CMYK 0.18 0 0.12 0.6
HSL 140º 0.1% 0.36% -
HSV(B) 140º 0.18% 0.4% -
XYZ 10.25 12.13 11.47 -
YUV 95.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 84 102 90 0.18 0 0.12 0.6 140 0.1 0.36
Hex 54 66 5A 12 0 C 3C 8C A 24
Octal 124 146 132 22 0 14 74 214 12 44
Binary 1010100 1100110 1011010 10010 0 1100 111100 10001100 1010 100100

Color Harmonies of #54665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54665A

Black with #54665A

Text Example


Text Example

White with #54665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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