#5A6C5B

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

Shades of Mineral Green #5A6C5B

Tints of Mineral Green #5A6C5B

Color information

#5A6C5B (or 0x5A6C5B) is unknown color: approx Mineral Green. HEX triplet: 5A, 6C and 5B. RGB value is (90,108,91). Sum of RGB (Red+Green+Blue) = 90+108+91=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C5B is #A593A4. Grayscale: #646464. Windows color (decimal): -10851237 or 5991514. OLE color: 5991514.

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

Color convert

RGB9010891-
CMYK0.1700.160.58
HSL123.33º9.09%38.82%-
HSV(B)123.33º16.67%42.35%-
XYZ11.4713.6511.93-
YUV100.68122.54120.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=31.14%
G=37.37%
B=31.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90108910.1700.160.58123.339.0938.82
Hex5A6C5B110103A7b927
Octal13215413321020721731147
Binary1011010110110010110111000101000011101011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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