#5B645D

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

Shades of Mineral Green #5B645D

Tints of Mineral Green #5B645D

Color information

#5B645D (or 0x5B645D) is unknown color: approx Mineral Green. HEX triplet: 5B, 64 and 5D. RGB value is (91,100,93). Sum of RGB (Red+Green+Blue) = 91+100+93=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 100 - color contains mainly: green. Hex color #5B645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B645D is #A49BA2. Grayscale: #606060. Windows color (decimal): -10787747 or 6120539. OLE color: 6120539.

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

Color convert

RGB9110093-
CMYK0.0900.070.61
HSL133.33º4.71%37.45%-
HSV(B)133.33º9%39.22%-
XYZ10.8512.1312.13-
YUV96.51126.02124.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=32.04%
G=35.21%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal91100930.0900.070.61133.334.7137.45
Hex5B645D9073D85525
Octal133144135110775205545
Binary1011011110010010111011001011111110110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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