#5A6A5B

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

Shades of Mineral Green #5A6A5B

Tints of Mineral Green #5A6A5B

Color information

#5A6A5B (or 0x5A6A5B) is unknown color: approx Mineral Green. HEX triplet: 5A, 6A and 5B. RGB value is (90,106,91). Sum of RGB (Red+Green+Blue) = 90+106+91=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A5B is #A595A4. Grayscale: #636363. Windows color (decimal): -10851749 or 5991002. OLE color: 5991002.

HSL color Cylindrical-coordinate representation of color #5A6A5B: hue angle of 123.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6A5B is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB9010691-
CMYK0.1500.140.58
HSL123.75º8.16%38.43%-
HSV(B)123.75º15.09%41.57%-
XYZ11.2613.2411.86-
YUV99.51123.2121.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=31.36%
G=36.93%
B=31.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106910.1500.140.58123.758.1638.43
Hex5A6A5BF0E3A7c826
Octal13215213317016721741046
Binary10110101101010101101111110111011101011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,91); }

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

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

 a { background-color: rgb(90,106,91); }

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

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

 span { border-color: rgb(90,106,91); }

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