#5A665B

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

Shades of Mineral Green #5A665B

Tints of Mineral Green #5A665B

Color information

#5A665B (or 0x5A665B) is unknown color: approx Mineral Green. HEX triplet: 5A, 66 and 5B. RGB value is (90,102,91). Sum of RGB (Red+Green+Blue) = 90+102+91=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #5A665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A665B is #A599A4. Grayscale: #616161. Windows color (decimal): -10852773 or 5989978. OLE color: 5989978.

HSL color Cylindrical-coordinate representation of color #5A665B: hue angle of 125º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A665B is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB9010291-
CMYK0.1200.110.6
HSL125º6.25%37.65%-
HSV(B)125º11.76%40%-
XYZ10.8612.4311.72-
YUV97.16124.52122.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=31.80%
G=36.04%
B=32.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90102910.1200.110.61256.2537.65
Hex5A665BC0B3C7d626
Octal1321461331401374175646
Binary1011010110011010110111100010111111001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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