Html Css Color HEX #5C625E Mineral Green

📋 copy color: '#5C625E'

red 92 ◦ green 98 ◦ blue 94

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

Shades of Mineral Green #5C625E

Tints of Mineral Green #5C625E

RGB

 RED value IS 92 (36.33% from 255) = 32.39%

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 32.39%
G = 34.51%
B = 33.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#5C625E (or 0x5C625E) is known color: Mineral Green. HEX triplet: 5C, 62 and 5E. RGB value is (92,98,94). Sum of RGB (Red+Green+Blue) = 92+98+94=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #5C625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C625E is #A39DA1. Grayscale: #5F5F5F. Windows color (decimal): -10722722 or 6185564. OLE color: 6185564.

HSL color Cylindrical-coordinate representation of color #5C625E: hue angle of 140º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5C625E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 98 94 -
CMYK 0.06 0 0.04 0.62
HSL 140º 0.03% 0.37% -
HSV(B) 140º 0.06% 0.38% -
XYZ 10.8 11.82 12.3 -
YUV 95.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 92 98 94 0.06 0 0.04 0.62 140 0.03 0.37
Hex 5C 62 5E 6 0 4 3E 8C 3 25
Octal 134 142 136 6 0 4 76 214 3 45
Binary 1011100 1100010 1011110 110 0 100 111110 10001100 11 100101

Color Harmonies of #5C625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C625E

Black with #5C625E

Text Example


Text Example

White with #5C625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C625E; }

 p { color: rgb(92,98,94); }

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

background-color css

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

 a { background-color: rgb(92,98,94); }

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

border-color css

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

 span { border-color: rgb(92,98,94); }

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