#5C645D

Color #5C645D Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5C645D

Tints of Mineral Green #5C645D

Color information

#5C645D (or 0x5C645D) is unknown color: approx Mineral Green. HEX triplet: 5C, 64 and 5D. RGB value is (92,100,93). Sum of RGB (Red+Green+Blue) = 92+100+93=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 100 - color contains mainly: green. Hex color #5C645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C645D is #A39BA2. Grayscale: #606060. Windows color (decimal): -10722211 or 6120540. OLE color: 6120540.

HSL color Cylindrical-coordinate representation of color #5C645D: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C645D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB9210093-
CMYK0.0800.070.61
HSL127.5º4.17%37.65%-
HSV(B)127.5º8%39.22%-
XYZ10.9512.1812.13-
YUV96.81125.85124.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=32.28%
G=35.09%
B=32.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92100930.0800.070.61127.54.1737.65
Hex5C645D8073D7f426
Octal134144135100775177446
Binary101110011001001011101100001111111011111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,100,93); }

 H1.HeaderClassName
 {
   color: #5C645D;
 }
 .AnyTagClassName
 {
   color: #5C645D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,100,93); }

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

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

 span { border-color: rgb(92,100,93); }

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