#5A6B5E

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

Shades of Mineral Green #5A6B5E

Tints of Mineral Green #5A6B5E

Color information

#5A6B5E (or 0x5A6B5E) is unknown color: approx Mineral Green. HEX triplet: 5A, 6B and 5E. RGB value is (90,107,94). Sum of RGB (Red+Green+Blue) = 90+107+94=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B5E is #A594A1. Grayscale: #646464. Windows color (decimal): -10851490 or 6187866. OLE color: 6187866.

HSL color Cylindrical-coordinate representation of color #5A6B5E: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6B5E is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB9010794-
CMYK0.1600.120.58
HSL134.12º8.63%38.63%-
HSV(B)134.12º15.89%41.96%-
XYZ11.4913.512.59-
YUV100.44124.37120.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=30.93%
G=36.77%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107940.1600.120.58134.128.6338.63
Hex5A6B5E100C3A86927
Octal13215313620014722061147
Binary1011010110101110111101000001100111010100001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,94); }

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

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

 a { background-color: rgb(90,107,94); }

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

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

 span { border-color: rgb(90,107,94); }

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