Html Css Color HEX #54665B Mineral Green

📋 copy color: '#54665B'

red 84 ◦ green 102 ◦ blue 91

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

Shades of Mineral Green #54665B

Tints of Mineral Green #54665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 30.32%
G = 36.82%
B = 32.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#54665B (or 0x54665B) is known color: Mineral Green. HEX triplet: 54, 66 and 5B. RGB value is (84,102,91). Sum of RGB (Red+Green+Blue) = 84+102+91=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #54665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54665B is #AB99A4. Grayscale: #5F5F5F. Windows color (decimal): -11245989 or 5989972. OLE color: 5989972.

HSL color Cylindrical-coordinate representation of color #54665B: hue angle of 143.33º 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 #54665B is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 102 91 -
CMYK 0.18 0 0.11 0.6
HSL 143.33º 0.1% 0.36% -
HSV(B) 143.33º 0.18% 0.4% -
XYZ 10.3 12.14 11.7 -
YUV 95.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 84 102 91 0.18 0 0.11 0.6 143.33 0.1 0.36
Hex 54 66 5B 12 0 B 3C 8F A 24
Octal 124 146 133 22 0 13 74 217 12 44
Binary 1010100 1100110 1011011 10010 0 1011 111100 10001111 1010 100100

Color Harmonies of #54665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54665B

Black with #54665B

Text Example


Text Example

White with #54665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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