#5B635E

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

Shades of Mineral Green #5B635E

Tints of Mineral Green #5B635E

Color information

#5B635E (or 0x5B635E) is unknown color: approx Mineral Green. HEX triplet: 5B, 63 and 5E. RGB value is (91,99,94). Sum of RGB (Red+Green+Blue) = 91+99+94=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5B635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B635E is #A49CA1. Grayscale: #606060. Windows color (decimal): -10788002 or 6185819. OLE color: 6185819.

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

Color convert

RGB919994-
CMYK0.0800.050.61
HSL142.5º4.21%37.25%-
HSV(B)142.5º8.08%38.82%-
XYZ10.811.9612.33-
YUV96.04126.85124.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=32.04%
G=34.86%
B=33.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199940.0800.050.61142.54.2137.25
Hex5B635E8053D8e425
Octal133143136100575216445
Binary1011011110001110111101000010111110110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,94); }

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

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

 a { background-color: rgb(91,99,94); }

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

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

 span { border-color: rgb(91,99,94); }

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